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
1 2 3 4 5 |
apply(plan: LogicalPlan): Seq[SparkPlan] |
Note
|
apply is part of GenericStrategy Contract to generate a collection of SparkPlans for a given logical plan.
|
apply
…FIXME