Expand description
Delta Table read and write implementation
Modules§
- Create or load DeltaTables
- Delta Table configuration
- The module for delta table state.
- Methods to get Delta Table state in Arrow structures
Structs§
- Metadata for a checkpoint file
- Builder for CheckPoint
- A constraint in a check constraint
- In memory representation of a Delta Table
Enums§
- The next commit that’s available from underlying storage TODO: Maybe remove this and replace it with Some/None and create a
Commit
struct to contain the next commit