Interface RowLevelOperationBuilder
@Experimental
public interface RowLevelOperationBuilder
An interface for building a
RowLevelOperation
.- Since:
- 3.3.0
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns aRowLevelOperation
that controls how Spark rewrites data for DELETE, UPDATE, MERGE commands.
-
Method Details
-
build
RowLevelOperation build()Returns aRowLevelOperation
that controls how Spark rewrites data for DELETE, UPDATE, MERGE commands.
-