Packages

c

org.apache.spark.sql.delta

IndividualDeltaMergeActionResolver

class IndividualDeltaMergeActionResolver extends DeltaMergeActionResolverBase

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndividualDeltaMergeActionResolver
  2. DeltaMergeActionResolverBase
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IndividualDeltaMergeActionResolver(target: LogicalPlan, source: LogicalPlan, conf: SQLConf, resolveExprsFn: ResolveExpressionsFn)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def buildDeltaMergeAction(resolvedKey: Expression, resolvedRHSExpr: Expression, mergeClauseTypeStr: String): DeltaMergeAction

    Takes the resolvedKey which refers to the target column in the relation and the corresponding resolvedRHSExpr which describes the assignment value and return a resolved DeltaMergeAction.

    Takes the resolvedKey which refers to the target column in the relation and the corresponding resolvedRHSExpr which describes the assignment value and return a resolved DeltaMergeAction.

    Attributes
    protected
    Definition Classes
    DeltaMergeActionResolverBase
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val conf: SQLConf

    The SQL configuration for this query.

    The SQL configuration for this query.

    Definition Classes
    IndividualDeltaMergeActionResolverDeltaMergeActionResolverBase
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. def resolve(mergeClauseTypeStr: String, plansToResolveAction: Seq[LogicalPlan], shouldTryUnresolvedTargetExprOnSource: Boolean, deltaMergeActions: Seq[DeltaMergeAction]): Seq[DeltaMergeAction]

    Resolve DeltaMergeAction, one at a time.

    Resolve DeltaMergeAction, one at a time.

    Definition Classes
    IndividualDeltaMergeActionResolverDeltaMergeActionResolverBase
  18. val resolveExprsFn: ResolveExpressionsFn

    Function we want to use for resolving expressions.

    Function we want to use for resolving expressions.

    Definition Classes
    IndividualDeltaMergeActionResolverDeltaMergeActionResolverBase
  19. def resolveSingleTargetColumn(unresolvedAttribute: UnresolvedAttribute, mergeClauseTypeStr: String, shouldTryUnresolvedTargetExprOnSource: Boolean): Expression

    Try to resolve a single target column in the Merge action.

    Try to resolve a single target column in the Merge action.

    Attributes
    protected
    Definition Classes
    DeltaMergeActionResolverBase
  20. val source: LogicalPlan

    The resolved source plan of the MERGE INTO statement.

    The resolved source plan of the MERGE INTO statement.

    Definition Classes
    IndividualDeltaMergeActionResolverDeltaMergeActionResolverBase
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. val target: LogicalPlan

    The resolved target plan of the MERGE INTO statement.

    The resolved target plan of the MERGE INTO statement.

    Definition Classes
    IndividualDeltaMergeActionResolverDeltaMergeActionResolverBase
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped