delta-arrow-reader 0.5.3

Read-only Delta Lake to Apache Arrow reader
Documentation
1
2
3
4
5
6
7
8
//! Delta table metadata and Delta Kernel integration.

pub(crate) mod kernel;
mod location;
pub(crate) mod protocol;
pub(crate) mod snapshot;

pub use protocol::DeltaProtocol;