WhenNotMatched

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

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Inserts a new target row, setting the given columns to the given expressions.

Inserts a new target row, setting the given columns to the given expressions.

Attributes

Inserts a new target row with all columns from the source row.

Inserts a new target row with all columns from the source row.

Attributes