object LogicalPlanIntegrity
- Alphabetic
- By Inheritance
- LogicalPlanIntegrity
- AnyRef
- Any
- Hide All
- Show All
- 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 checkIfExprIdsAreGloballyUnique(plan: LogicalPlan): Boolean
This method checks if the same
ExprIdrefers to an unique attribute in a plan tree.This method checks if the same
ExprIdrefers to an unique attribute in a plan tree. Some plan transformers (e.g.,RemoveNoopOperators) rewrite logical plans based on this assumption. - def checkIfSameExprIdNotReused(plan: LogicalPlan): Boolean
This method checks if reference
ExprIds are not reused when assigning a newExprId.This method checks if reference
ExprIds are not reused when assigning a newExprId. For example, it returns false if plan transformers create an alias having the sameExprIdwith one of reference attributes, e.g.,a#1 + 1 AS a#1. - def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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()
- def hasUniqueExprIdsForOutput(plan: LogicalPlan): Boolean
Since some logical plans (e.g.,
Union) can buildAttributeReferences in theiroutput, this method checks if the sameExprIdrefers to attributes having the same data type in plan output. - def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()