CreateTable

wvlet.airframe.sql.model.LogicalPlan$.CreateTable
case class CreateTable(table: QName, ifNotExists: Boolean, tableElems: Seq[TableElement]) extends DDL

Attributes

Graph
Supertypes
trait Serializable
trait DDL
trait LeafPlan
trait SQLSig
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def sig(config: QuerySignatureConfig): String

Attributes

Definition Classes

Inherited methods

override def children: Seq[LogicalPlan]

All child nodes of this plan node

All child nodes of this plan node

Attributes

Definition Classes
Inherited from:
LeafPlan
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

Attributes

Inherited from:
LogicalPlan

Expressions associated to this LogicalPlan node

Expressions associated to this LogicalPlan node

Attributes

Inherited from:
LogicalPlan
override def inputAttributes: Seq[Attribute]

Attributes

Definition Classes
Inherited from:
LeafPlan

List all input expressions to the plan

List all input expressions to the plan

Attributes

Inherited from:
LogicalPlan

Attributes

Inherited from:
LogicalPlan
def modelName: String

Attributes

Inherited from:
LogicalPlan
override def outputAttributes: Seq[Attribute]

Attributes

Definition Classes
Inherited from:
DDL
def pp: String

Attributes

Inherited from:
LogicalPlan
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def resolvedChildren: Boolean

Attributes

Inherited from:
LogicalPlan
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

Attributes

Inherited from:
LogicalPlan

Attributes

Inherited from:
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

Attributes

Inherited from:
LogicalPlan
def traverseExpressions[U](rule: PartialFunction[Expression, U]): Unit

Attributes

Inherited from:
LogicalPlan

Inherited fields

lazy val resolved: Boolean

Attributes

Inherited from:
LogicalPlan