case class Merge(predicate: Option[Expression], updatePredicate: Option[String], deletePredicate: Option[String], insertPredicate: Option[String], matchedPredicates: Seq[MergePredicate], notMatchedPredicates: Seq[MergePredicate], notMatchedBySourcePredicates: Seq[MergePredicate]) extends OperationWithPredicates with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Merge
- Serializable
- Product
- Equals
- OperationWithPredicates
- Operation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Merge(predicate: Option[Expression], updatePredicate: Option[String], deletePredicate: Option[String], insertPredicate: Option[String], matchedPredicates: Seq[MergePredicate], notMatchedPredicates: Seq[MergePredicate], notMatchedBySourcePredicates: Seq[MergePredicate])
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 changesData: Boolean
Whether this operation changes data
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val deletePredicate: Option[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val insertPredicate: Option[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val jsonEncodedValues: Map[String, String]
- Definition Classes
- Operation
- val matchedPredicates: Seq[MergePredicate]
- val name: String
- Definition Classes
- Operation
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val notMatchedBySourcePredicates: Seq[MergePredicate]
- val notMatchedPredicates: Seq[MergePredicate]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val operationMetrics: Set[String]
- val parameters: Map[String, Any]
- Definition Classes
- Merge → OperationWithPredicates → Operation
- val predicate: Option[Expression]
- val predicates: Seq[Expression]
- Definition Classes
- OperationWithPredicates
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def transformDeletionVectorMetrics(allMetrics: Map[String, SQLMetric], dvMetrics: Map[String, MetricsTransformer] = DeltaOperationMetrics.DELETION_VECTORS): Map[String, String]
Manually transform the deletion vector metrics, because they are not part of
operationMetricsand are filtered out by the super.transformMetrics() call.Manually transform the deletion vector metrics, because they are not part of
operationMetricsand are filtered out by the super.transformMetrics() call.- Definition Classes
- Operation
- def transformMetrics(metrics: Map[String, SQLMetric]): Map[String, String]
- val updatePredicate: Option[String]
- val userMetadata: Option[String]
- Definition Classes
- Operation
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()