apply(plan: LogicalPlan): Seq[SparkPlan]
SpecialLimits Execution Planning Strategy
SpecialLimits
is an execution planning strategy that Spark Planner uses to FIXME.
Applying SpecialLimits Strategy to Logical Plan (Executing SpecialLimits) — apply
Method
Note
|
apply is part of GenericStrategy Contract to generate a collection of SparkPlans for a given logical plan.
|
apply
…FIXME