WhenNotMatchedBySource

org.apache.spark.sql.WhenNotMatchedBySource

A WHEN NOT MATCHED BY SOURCE [AND condition] clause of a MergeIntoWriter.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Deletes the target row that has no match in the source.

Deletes the target row that has no match in the source.

Attributes

def update(set: Map[String, Column]): MergeIntoWriter[T]

Updates the given target columns with the given expressions.

Updates the given target columns with the given expressions.

Attributes

Updates all target columns (using only target-side expressions).

Updates all target columns (using only target-side expressions).

Attributes