LimitPlan
Defined in: plan/logical-plan.ts:225
Limit the number of returned rows.
- Spark Connect: Relation.Limit { child, limit }
- Catalyst: GlobalLimit(limitExpr, LocalLimit(limitExpr, child))
Properties
Section titled “Properties”child: LogicalPlan;Defined in: plan/logical-plan.ts:227
limit: number;Defined in: plan/logical-plan.ts:228
type: "limit";Defined in: plan/logical-plan.ts:226