Docs.rs
orc-rust-0.8.0
orc-rust 0.8.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sunng87
Xuanwo
waynexia
WenyXu
Dependencies
anyhow ^1.0
normal
optional
arrow ^58.0
normal
async-trait ^0.1.77
normal
optional
bytemuck ^1.22.0
normal
bytes ^1.10.1
normal
chrono ^0.4.41
normal
chrono-tz ^0.10
normal
clap ^4.5.4
normal
optional
fallible-streaming-iterator ^0.1
normal
flate2 ^1
normal
futures ^0.3
normal
optional
futures-util ^0.3
normal
optional
log ^0.4
normal
lz4_flex ^0.11
normal
lzokay-native ^0.1
normal
num ^0.4.1
normal
opendal ^0.53
normal
optional
prost ^0.13
normal
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
snafu ^0.8
normal
snap ^1.1
normal
tokio ^1.28
normal
optional
zstd ^0.13
normal
arrow-ipc ^58.0
dev
arrow-json ^58.0
dev
criterion ^0.5
dev
opendal ^0.53
dev
pretty_assertions ^1.3.0
dev
proptest ^1.0.0
dev
Versions
52.32%
of the crate is documented
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
Skip to main content
read_metadata_async
orc_
rust
0.8.0
In orc_
rust::
reader::
metadata
orc_rust
::
reader
::
metadata
Function
read_
metadata_
async
Copy item path
Source
pub async fn read_metadata_async<R:
AsyncChunkReader
>( reader:
&mut R
, ) ->
Result
<
FileMetadata
>