Docs.rs
arrow-31.0.0
arrow 31.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
kou
kszucs
xhochy
nevi-me
alamb
tustvold
Dependencies
arrow-arith ^31.0.0
normal
arrow-array ^31.0.0
normal
arrow-buffer ^31.0.0
normal
arrow-cast ^31.0.0
normal
arrow-csv ^31.0.0
normal
arrow-data ^31.0.0
normal
arrow-ipc ^31.0.0
normal
arrow-json ^31.0.0
normal
arrow-ord ^31.0.0
normal
arrow-row ^31.0.0
normal
arrow-schema ^31.0.0
normal
arrow-select ^31.0.0
normal
arrow-string ^31.0.0
normal
bitflags ^1.2.1
normal
comfy-table ^6.0
normal
pyo3 ^0.17
normal
rand ^0.8
normal
chrono ^0.4.23
dev
criterion ^0.4
dev
half ^2.1
dev
rand ^0.8
dev
tempfile ^3
dev
ahash ^0.8
normal
ahash ^0.8
normal
Versions
62.6%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Result
In arrow::error
?
Type Definition
arrow
::
error
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
ArrowError
>;