| Modifier and Type | Method and Description |
|---|---|
RowLevelOperationBuilder |
newRowLevelOperationBuilder(RowLevelOperationInfo info)
Returns a
RowLevelOperationBuilder to build a RowLevelOperation. |
capabilities, name, partitioning, properties, schemaRowLevelOperationBuilder newRowLevelOperationBuilder(RowLevelOperationInfo info)
RowLevelOperationBuilder to build a RowLevelOperation.
Spark will call this method while planning DELETE, UPDATE and MERGE operations
that require rewriting data.info - the row-level operation info such as command (e.g. DELETE) and options