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;