SortPlan
Defined in: plan/logical-plan.ts:247
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:249
isGlobal
Section titled “isGlobal”isGlobal: boolean;Defined in: plan/logical-plan.ts:251
order: SortOrder[];Defined in: plan/logical-plan.ts:250
type: "sort";Defined in: plan/logical-plan.ts:248