class MergeIntoWriter[T] extends sql.MergeIntoWriter[T]
MergeIntoWriter
provides methods to define and execute merge actions based on specified
conditions.
- T
the type of data in the Dataset.
- Annotations
- @Experimental()
- Since
4.0.0
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MergeIntoWriter
- MergeIntoWriter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def delete(condition: Option[Column], notMatchedBySource: Boolean): MergeIntoWriter[T]
- Attributes
- protected[sql]
- Definition Classes
- MergeIntoWriter → MergeIntoWriter
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def insert(condition: Option[Column], map: Map[String, Column]): MergeIntoWriter[T]
- Attributes
- protected[sql]
- Definition Classes
- MergeIntoWriter → MergeIntoWriter
- def insertAll(condition: Option[Column]): MergeIntoWriter[T]
- Attributes
- protected[sql]
- Definition Classes
- MergeIntoWriter → MergeIntoWriter
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def merge(): Unit
Executes the merge operation.
Executes the merge operation.
- Definition Classes
- MergeIntoWriter → MergeIntoWriter
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def update(condition: Option[Column], map: Map[String, Column], notMatchedBySource: Boolean): MergeIntoWriter[T]
- Attributes
- protected[sql]
- Definition Classes
- MergeIntoWriter → MergeIntoWriter
- def updateAll(condition: Option[Column], notMatchedBySource: Boolean): MergeIntoWriter[T]
- Attributes
- protected[sql]
- Definition Classes
- MergeIntoWriter → MergeIntoWriter
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def whenMatched(condition: Column): WhenMatched[T]
- Definition Classes
- MergeIntoWriter
- def whenMatched(): WhenMatched[T]
- Definition Classes
- MergeIntoWriter
- def whenNotMatched(condition: Column): WhenNotMatched[T]
- Definition Classes
- MergeIntoWriter
- def whenNotMatched(): WhenNotMatched[T]
- Definition Classes
- MergeIntoWriter
- def whenNotMatchedBySource(condition: Column): WhenNotMatchedBySource[T]
- Definition Classes
- MergeIntoWriter
- def whenNotMatchedBySource(): WhenNotMatchedBySource[T]
- Definition Classes
- MergeIntoWriter
- def withSchemaEvolution(): sql.MergeIntoWriter[T]
- Definition Classes
- MergeIntoWriter
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)