3 stable releases
10.0.0 | Jul 15, 2022 |
---|---|
9.0.0 | Jun 13, 2022 |
8.0.0 | May 16, 2022 |
#16 in #query-execution
53 downloads per month
Used in 3 crates
(via datafusion-objectstore-s3)
22KB
361 lines
DataFusion Data Access Layer
DataFusion is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
This crate is a submodule of DataFusion that provides an async
API for accessing data, either remotely or locally.
Currently, it is based on the object store interfaces. In the future, this module may include interfaces for accessing
databases, or streaming data.
Dependencies
~6–17MB
~220K SLoC