WhenMatched

org.apache.spark.sql.WhenMatched
class WhenMatched[T]

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Deletes the matching target row.

Deletes the matching target row.

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 from the matching source row.

Updates all target columns from the matching source row.

Attributes