OffsetPlan
Defined in: plan/logical-plan.ts:319
Skip the first N rows.
- Spark Connect: Relation.Offset { child, offset }
Properties
Section titled “Properties”child: LogicalPlan;Defined in: plan/logical-plan.ts:321
offset
Section titled “offset”offset: number;Defined in: plan/logical-plan.ts:322
type: "offset";Defined in: plan/logical-plan.ts:320