RangePlan
Defined in: plan/logical-plan.ts:463
Generate a sequence of integers.
- Spark Connect: Relation.Range
Properties
Section titled “Properties”end: number;Defined in: plan/logical-plan.ts:466
numPartitions?
Section titled “numPartitions?”optional numPartitions?: number;Defined in: plan/logical-plan.ts:468
start: number;Defined in: plan/logical-plan.ts:465
step: number;Defined in: plan/logical-plan.ts:467
type: "range";Defined in: plan/logical-plan.ts:464