deltalake_core

Module kernel

Source
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§

Traits§

  • A trait for all kernel types that are used as part of data checking