Expand description
Delta Kernel module
The Kernel module contains all the logic for reading and processing the Delta Lake transaction log.
Re-exports§
Modules§
- Conversions between Delta and Arrow data types
- Error types for Delta Lake operations.
- Actions are the fundamental unit of work in Delta Lake. Each action performs a single atomic operation on the state of a Delta table. Actions are stored in the
_delta_log
directory of a Delta table in JSON format. The log is a time series of actions that represent all the changes made to a table. - Auxiliary methods for dealing with kernel scalars
Structs§
- Defines a deletion vector
- View into a deletion vector data.
- A snapshot of a Delta table that has been eagerly loaded into memory.
- Helper for processing data from the materialized Delta log.
- Provides semanitc access to the log data.
- A view into the log data representing a single logical file.
- A snapshot of a Delta table
Traits§
- A trait for all kernel types that are used as part of data checking