RepartitionByExpressionPlan
Defined in: plan/logical-plan.ts:531
Repartition by expression (range-based partitioning).
- Spark Connect: Relation.RepartitionByExpression
Properties
Section titled “Properties”child: LogicalPlan;Defined in: plan/logical-plan.ts:533
numPartitions?
Section titled “numPartitions?”optional numPartitions?: number;Defined in: plan/logical-plan.ts:535
partitionExprs
Section titled “partitionExprs”partitionExprs: Expression[];Defined in: plan/logical-plan.ts:534
type: "repartitionByExpression";Defined in: plan/logical-plan.ts:532