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