Packages

case class CommandCheck(conf: SQLConf) extends (LogicalPlan) ⇒ Unit with Product with Serializable

Checks legitimization of various execution commands.

Linear Supertypes
Serializable, Serializable, Product, Equals, (LogicalPlan) ⇒ Unit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommandCheck
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Function1
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CommandCheck(conf: SQLConf)

Value Members

  1. def andThen[A](g: (Unit) ⇒ A): (LogicalPlan) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(plan: LogicalPlan): Unit
    Definition Classes
    CommandCheck → Function1
  3. def compose[A](g: (A) ⇒ LogicalPlan): (A) ⇒ Unit
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. val conf: SQLConf
  5. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any