Packages
Package
Description
Delta Kernel interfaces for constructing table object representing a Delta Lake table, getting snapshot from the table and building a scan object to scan a subset of the data in the table.
 
Delta Kernel interfaces for representing data in columnar and row format.
Default implementation of Engine interface and the sub-interfaces exposed by the Engine.
 
 
Interfaces to allow the connector to bring their own implementation of functions such as reading parquet files, listing files in a file system, parsing a JSON string etc.
 
Expressions framework that defines the most common expressions which the connectors can use to pass predicates to Delta Kernel.
 
 
 
Data types defined by the Delta Kernel to exchange the type info between the Delta Kernel and the connectors.
Utilities.