Packages

object HiveOnlyCheck extends (LogicalPlan) ⇒ Unit

A rule to check whether the functions are supported only when Hive support is enabled

Linear Supertypes
(LogicalPlan) ⇒ Unit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HiveOnlyCheck
  2. Function1
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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