Packages

c

org.apache.spark.sql.execution.datasources

PreprocessTableCreation

case class PreprocessTableCreation(catalog: SessionCatalog) extends Rule[LogicalPlan] with Product with Serializable

Preprocess CreateTable, to do some normalization and checking.

Linear Supertypes
Serializable, Product, Equals, Rule[LogicalPlan], Logging, SQLConfHelper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PreprocessTableCreation
  2. Serializable
  3. Product
  4. Equals
  5. Rule
  6. Logging
  7. SQLConfHelper
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PreprocessTableCreation(catalog: SessionCatalog)

Value Members

  1. def apply(plan: LogicalPlan): LogicalPlan
    Definition Classes
    PreprocessTableCreation → Rule
  2. val catalog: SessionCatalog
  3. def conf: SQLConf
    Definition Classes
    SQLConfHelper
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. val ruleName: String
    Definition Classes
    Rule