case class WithQuery(name: Identifier, query: Relation, columnNames: Option[Seq[Identifier]]) extends LogicalPlan with UnaryPlan with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WithQuery
- Serializable
- UnaryPlan
- LogicalPlan
- SQLSig
- Product
- Equals
- TreeNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new WithQuery(name: Identifier, query: Relation, columnNames: Option[Seq[Identifier]])
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 child: LogicalPlan
- 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(cond: PartialFunction[Expression, Boolean]): List[Expression]
Collect from all input expressions and report matching expressions
Collect from all input expressions and report matching expressions
- Definition Classes
- LogicalPlan
- val columnNames: Option[Seq[Identifier]]
- def copyInstance(newArgs: Seq[AnyRef]): WithQuery.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
- WithQuery → UnaryPlan → LogicalPlan
- def inputExpressions: List[Expression]
List all input expressions to the plan
List all input expressions to the plan
- Definition Classes
- LogicalPlan
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapChildren(f: (LogicalPlan) => LogicalPlan): LogicalPlan
- Definition Classes
- LogicalPlan
- def modelName: String
- Definition Classes
- LogicalPlan
- val name: Identifier
- 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
- WithQuery → LogicalPlan
- def pp: String
- Definition Classes
- LogicalPlan
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val query: Relation
- lazy val resolved: Boolean
- Definition Classes
- LogicalPlan
- def resolvedChildren: Boolean
- Definition Classes
- LogicalPlan
- def sig(config: QuerySignatureConfig): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def transform(rule: PartialFunction[LogicalPlan, LogicalPlan]): LogicalPlan
Iterate through LogicalPlans and apply matching rules for transformation
Iterate through LogicalPlans and apply matching rules for transformation
- Definition Classes
- LogicalPlan
- def transformExpressions(rule: PartialFunction[Expression, Expression]): LogicalPlan
- Definition Classes
- LogicalPlan
- def traverse[U](f: PartialFunction[LogicalPlan, U]): Unit
Recursively traverse plan nodes and apply the given function to LogicalPlan nodes
Recursively traverse plan nodes and apply the given function to LogicalPlan nodes
- 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