Docs.rs
datafusion-data-access-10.0.0
datafusion-data-access 10.0.0
Docs.rs crate page
Apache-2.0
25 May 2026
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
alamb
Dependencies
async-trait ^0.1.41
normal
chrono ^0.4
normal
futures ^0.3
normal
parking_lot ^0.12
normal
tempfile ^3
normal
tokio ^1.0
normal
Versions
93.94%
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
Crate datafusion_data_access
datafusion_
data_
access
10.0.0
All Items
Crate Items
Modules
Structs
Enums
Type Aliases
Crate
datafusion_
data_
access
Copy item path
Source
Modules
§
object_
store
Object Store abstracts access to an underlying file/object storage.
Structs
§
File
Meta
Description of a file as returned by the listing command of a given object store. The resulting path is relative to the object store that generated it.
Sized
File
The path and size of the file.
Enums
§
List
Entry
Represents a specific file or a prefix (folder) that may require further resolution
Type Aliases
§
Result
Result type for operations that could result in an io error