- 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.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.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.