Interface RowLevelOperationBuilder


  • public interface RowLevelOperationBuilder
    An interface for building a row-level operation.
    • Method Detail

      • build

        RowLevelOperation build()
        Returns a row-level operation that controls how Spark rewrites data for DELETE, UPDATE, MERGE commands.