Packages

t

org.apache.spark.sql.connector.write

RowLevelOperationBuilder

trait RowLevelOperationBuilder extends AnyRef

Experimental

An interface for building a RowLevelOperation.

Annotations
@Experimental()
Source
RowLevelOperationBuilder.java
Since

3.3.0

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RowLevelOperationBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def build(): RowLevelOperation

    Returns a RowLevelOperation that controls how Spark rewrites data for DELETE, UPDATE, MERGE commands.