delta_kernel 0.26.0

Core crate providing a Delta/Deltalake implementation focused on interoperability with a wide range of query engines.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Log-replay and checkpoint-structure integration tests.

mod checkpoint_transform;
mod crc;
mod empty_log_files;
mod history_manager;
mod log_compaction;
mod log_tail;
mod snapshot_build;
mod v2_checkpoints;