SortPlan
Defined in: plan/logical-plan.ts:237
Sort rows by one or more expressions.
- Spark Connect: Relation.Sort { child, order }
- Catalyst: Sort(order: Seq[SortOrder], global: Boolean, child)
Properties
Section titled “Properties”child: LogicalPlan;Defined in: plan/logical-plan.ts:239
isGlobal
Section titled “isGlobal”isGlobal: boolean;Defined in: plan/logical-plan.ts:241
order: SortOrder[];Defined in: plan/logical-plan.ts:240
type: "sort";Defined in: plan/logical-plan.ts:238