LimitPlan
Defined in: plan/logical-plan.ts:235
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:237
limit: number;Defined in: plan/logical-plan.ts:238
type: "limit";Defined in: plan/logical-plan.ts:236