DataSourceV2Strategy Execution Planning Strategy
DataSourceV2Strategy is an execution planning strategy that Spark Planner uses to FIXME.
Applying DataSourceV2Strategy Strategy to Logical Plan (Executing DataSourceV2Strategy) — 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
spark技术分享