- update(Map<String, Column>) - Method in class io.delta.tables.DeltaMergeMatchedActionBuilder
-
Update the matched table rows based on the rules defined by set
.
- update(Map<String, Column>) - Method in class io.delta.tables.DeltaMergeMatchedActionBuilder
-
Update a matched table row based on the rules defined by set
.
- update(Map<String, Column>) - Method in class io.delta.tables.DeltaMergeNotMatchedBySourceActionBuilder
-
Update an unmatched target table row based on the rules defined by set
.
- update(Map<String, Column>) - Method in class io.delta.tables.DeltaMergeNotMatchedBySourceActionBuilder
-
Update an unmatched target table row based on the rules defined by set
.
- update(Map<String, Column>) - Method in class io.delta.tables.DeltaTable
-
Update rows in the table based on the rules defined by set
.
- update(Map<String, Column>) - Method in class io.delta.tables.DeltaTable
-
Update rows in the table based on the rules defined by set
.
- update(Column, Map<String, Column>) - Method in class io.delta.tables.DeltaTable
-
Update data from the table on the rows that match the given condition
based on the rules defined by set
.
- update(Column, Map<String, Column>) - Method in class io.delta.tables.DeltaTable
-
Update data from the table on the rows that match the given condition
based on the rules defined by set
.
- updateAll() - Method in class io.delta.tables.DeltaMergeMatchedActionBuilder
-
Update all the columns of the matched table row with the values of the
corresponding columns in the source row.
- updateExpr(Map<String, String>) - Method in class io.delta.tables.DeltaMergeMatchedActionBuilder
-
Update the matched table rows based on the rules defined by set
.
- updateExpr(Map<String, String>) - Method in class io.delta.tables.DeltaMergeMatchedActionBuilder
-
Update a matched table row based on the rules defined by set
.
- updateExpr(Map<String, String>) - Method in class io.delta.tables.DeltaMergeNotMatchedBySourceActionBuilder
-
Update an unmatched target table row based on the rules defined by set
.
- updateExpr(Map<String, String>) - Method in class io.delta.tables.DeltaMergeNotMatchedBySourceActionBuilder
-
Update an unmatched target table row based on the rules defined by set
.
- updateExpr(Map<String, String>) - Method in class io.delta.tables.DeltaTable
-
Update rows in the table based on the rules defined by set
.
- updateExpr(Map<String, String>) - Method in class io.delta.tables.DeltaTable
-
Update rows in the table based on the rules defined by set
.
- updateExpr(String, Map<String, String>) - Method in class io.delta.tables.DeltaTable
-
Update data from the table on the rows that match the given condition
,
which performs the rules defined by set
.
- updateExpr(String, Map<String, String>) - Method in class io.delta.tables.DeltaTable
-
Update data from the table on the rows that match the given condition
,
which performs the rules defined by set
.
- upgradeTableProtocol(int, int) - Method in class io.delta.tables.DeltaTable
-
Updates the protocol version of the table to leverage new features.
- whenMatched() - Method in class io.delta.tables.DeltaMergeBuilder
-
Build the actions to perform when the merge condition was matched.
- whenMatched(String) - Method in class io.delta.tables.DeltaMergeBuilder
-
Build the actions to perform when the merge condition was matched and
the given condition
is true.
- whenMatched(Column) - Method in class io.delta.tables.DeltaMergeBuilder
-
Build the actions to perform when the merge condition was matched and
the given condition
is true.
- whenNotMatched() - Method in class io.delta.tables.DeltaMergeBuilder
-
Build the action to perform when the merge condition was not matched.
- whenNotMatched(String) - Method in class io.delta.tables.DeltaMergeBuilder
-
Build the actions to perform when the merge condition was not matched and
the given condition
is true.
- whenNotMatched(Column) - Method in class io.delta.tables.DeltaMergeBuilder
-
Build the actions to perform when the merge condition was not matched and
the given condition
is true.
- whenNotMatchedBySource() - Method in class io.delta.tables.DeltaMergeBuilder
-
Build the actions to perform when the merge condition was not matched by the source.
- whenNotMatchedBySource(String) - Method in class io.delta.tables.DeltaMergeBuilder
-
Build the actions to perform when the merge condition was not matched by the source and the
given condition
is true.
- whenNotMatchedBySource(Column) - Method in class io.delta.tables.DeltaMergeBuilder
-
Build the actions to perform when the merge condition was not matched by the source and the
given condition
is true.
- where(String) - Method in class io.delta.tables.DeltaOptimizeBuilder
-
Apply partition filter on this optimize command builder to limit
the operation on selected partitions.
- withSchemaEvolution() - Method in class io.delta.tables.DeltaMergeBuilder
-
Enable schema evolution for the merge operation.