RepartitionPlan
Defined in: plan/logical-plan.ts:523
Repartition a DataFrame.
- Spark Connect: Relation.Repartition
When shuffle=true, this is repartition(). When shuffle=false, this is coalesce().
Properties
Section titled “Properties”child: LogicalPlan;Defined in: plan/logical-plan.ts:525
numPartitions
Section titled “numPartitions”numPartitions: number;Defined in: plan/logical-plan.ts:526
shuffle
Section titled “shuffle”shuffle: boolean;Defined in: plan/logical-plan.ts:527
type: "repartition";Defined in: plan/logical-plan.ts:524