zarr-datafusion 0.1.0

Extending DataFusion to do SQL queries on Zarr data.
Documentation
1
2
3
4
5
6
7
8
pub mod coord;
pub mod dtype;
pub mod filter;
pub mod schema_inference;
pub mod stats;
pub mod storage;
pub mod tracked_store;
pub mod zarr_reader;