Crates.io | datafusion-data-access |
lib.rs | datafusion-data-access |
version | 10.0.0 |
source | src |
created_at | 2022-05-16 12:40:30.356938 |
updated_at | 2022-07-15 15:48:33.602721 |
description | General data access layer currently mainly based on the object store interfaces |
homepage | https://github.com/apache/arrow-datafusion |
repository | https://github.com/apache/arrow-datafusion |
max_upload_size | |
id | 587626 |
size | 21,810 |
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.