Packages

object PythonEvals extends Strategy

Strategy to convert EvalPython logical operator to physical operator.

Linear Supertypes
SparkStrategy, GenericStrategy[SparkPlan], Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PythonEvals
  2. SparkStrategy
  3. GenericStrategy
  4. Logging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(plan: LogicalPlan): Seq[SparkPlan]
    Definition Classes
    PythonEvals → GenericStrategy