See: Description
| Interface | Description |
|---|---|
| DataWriteContext |
Contains the context for writing data to Delta table.
|
| Scan |
Represents a scan of a Delta table.
|
| ScanBuilder |
Builder to construct
Scan object. |
| Snapshot |
Represents the snapshot of a Delta table.
|
| Table |
Represents the Delta Lake table for a given path.
|
| Transaction |
Represents a transaction to mutate a Delta table.
|
| TransactionBuilder |
Builder for creating a
Transaction to mutate a Delta table. |
| Class | Description |
|---|---|
| Meta | |
| TableIdentifier |
Identifier for a table.
|
| TransactionCommitResult |
Contains the result of a successful transaction commit.
|
| Enum | Description |
|---|---|
| Operation |
An operation that can be performed on a Delta table.
|