case class CommandCheck(conf: SQLConf) extends (LogicalPlan) ⇒ Unit with Product with Serializable
Checks legitimization of various execution commands.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommandCheck
- Serializable
- Serializable
- Product
- Equals
- Function1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CommandCheck(conf: SQLConf)
Value Members
-
def
andThen[A](g: (Unit) ⇒ A): (LogicalPlan) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
apply(plan: LogicalPlan): Unit
- Definition Classes
- CommandCheck → Function1
-
def
compose[A](g: (A) ⇒ LogicalPlan): (A) ⇒ Unit
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- val conf: SQLConf
-
def
toString(): String
- Definition Classes
- Function1 → AnyRef → Any