| Class | Description |
|---|---|
| DeltaColumnBuilder |
:: Evolving ::
|
| DeltaMergeBuilder |
Builder to specify how to merge data from source DataFrame into the target Delta table.
|
| DeltaMergeMatchedActionBuilder |
Builder class to specify the actions to perform when a target table row has matched a
source row based on the given merge condition and optional match condition.
|
| DeltaMergeNotMatchedActionBuilder |
Builder class to specify the actions to perform when a source row has not matched any target
Delta table row based on the merge condition, but has matched the additional condition
if specified.
|
| DeltaMergeNotMatchedBySourceActionBuilder |
Builder class to specify the actions to perform when a target table row has no match in the
source table based on the given merge condition and optional match condition.
|
| DeltaOptimizeBuilder |
Builder class for constructing OPTIMIZE command and executing.
|
| DeltaTable |
Main class for programmatically interacting with Delta tables.
|
| DeltaTableBuilder |
:: Evolving ::
|