Packages

t

org.apache.spark.sql.connector.write

RowLevelOperationInfo

trait RowLevelOperationInfo extends AnyRef

Experimental

An interface with logical information for a row-level operation such as DELETE, UPDATE, MERGE.

Annotations
@Experimental()
Source
RowLevelOperationInfo.java
Since

3.3.0

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

Abstract Value Members

  1. abstract def command(): Command

    Returns the row-level SQL command (e.g.

    Returns the row-level SQL command (e.g. DELETE, UPDATE, MERGE).

  2. abstract def options(): CaseInsensitiveStringMap

    Returns options that the user specified when performing the row-level operation.