RepartitionPlan
Defined in: plan/logical-plan.ts:519
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:521
numPartitions
Section titled “numPartitions”numPartitions: number;Defined in: plan/logical-plan.ts:522
shuffle
Section titled “shuffle”shuffle: boolean;Defined in: plan/logical-plan.ts:523
type: "repartition";Defined in: plan/logical-plan.ts:520