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