delta_kernel 0.25.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
//! Reader-side protocol-feature integration tests.

mod alter_table;
mod cdf;
mod clustering_e2e;
mod dv;
mod iceberg_compat;
mod maintenance_ops;
mod row_tracking;