case class ParenthesizedRelation(child: Relation) extends UnaryRelation with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParenthesizedRelation
- Serializable
- UnaryRelation
- UnaryPlan
- Relation
- LogicalPlan
- SQLSig
- Product
- Equals
- TreeNode
- 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
- val child: Relation
- Definition Classes
- ParenthesizedRelation → UnaryRelation → UnaryPlan
- def children: Seq[LogicalPlan]
All child nodes of this plan node
All child nodes of this plan node
- Definition Classes
- UnaryPlan → LogicalPlan → TreeNode
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def collectExpressions: List[Expression]
- Definition Classes
- LogicalPlan
- def copyInstance(newArgs: Seq[AnyRef]): ParenthesizedRelation.this.type
- Attributes
- protected
- Definition Classes
- LogicalPlan
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def expressions: Seq[Expression]
Expressions associated to this LogicalPlan node
Expressions associated to this LogicalPlan node
- Definition Classes
- LogicalPlan
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def inputAttributes: Seq[Attribute]
- Definition Classes
- ParenthesizedRelation → UnaryPlan → LogicalPlan
- def inputRelation: Relation
- Definition Classes
- UnaryRelation
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapChildren(f: (LogicalPlan) => LogicalPlan): LogicalPlan
- Definition Classes
- LogicalPlan
- def modelName: String
- Definition Classes
- LogicalPlan
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def outputAttributes: Seq[Attribute]
- Definition Classes
- ParenthesizedRelation → LogicalPlan
- def pp: String
- Definition Classes
- LogicalPlan
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- lazy val resolved: Boolean
- Definition Classes
- LogicalPlan
- def resolvedChildren: Boolean
- Definition Classes
- LogicalPlan
- def sig(config: QuerySignatureConfig): String
- Definition Classes
- ParenthesizedRelation → SQLSig
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def transform(rule: PartialFunction[LogicalPlan, LogicalPlan]): LogicalPlan
- Definition Classes
- LogicalPlan
- def transformExpressions(rule: PartialFunction[Expression, Expression]): LogicalPlan
- Definition Classes
- LogicalPlan
- def traverseExpressions[U](rule: PartialFunction[Expression, U]): Unit
- Definition Classes
- LogicalPlan
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated