Packages

o

org.apache.spark.sql.execution.SparkStrategies

FlatMapGroupsInPandasWithStateStrategy

object FlatMapGroupsInPandasWithStateStrategy extends Strategy

Strategy to convert FlatMapGroupsInPandasWithState logical operator to physical operator in streaming plans. Conversion for batch plans is handled by BasicOperators.

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

Value Members

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