Package io.delta.kernel
package io.delta.kernel
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.
-
ClassDescriptionContains the context for writing data to Delta table.An operation that can be performed on a Delta table.Represents a scan of a Delta table.Builder to construct
Scan
object.Represents the snapshot of a Delta table.Represents the Delta Lake table for a given path.Represents a transaction to mutate a Delta table.Builder for creating aTransaction
to mutate a Delta table.Contains the result of a successful transaction commit.