Skip to content

AliasAwareQueryOutputOrdering Unary Physical Operators

AliasAwareQueryOutputOrdering is an extension of the AliasAwareOutputExpression abstraction for unary physical operators with alias-aware ordering expressions.

AliasAwareQueryOutputOrdering[T <: QueryPlan[T]]

Contract

Ordering Expressions

orderingExpressions: Seq[SortOrder]

Sort orderings of this unary physical operator

See:

Used when:

Implementations

Output Data Ordering Requirements

QueryPlan
outputOrdering: Seq[SortOrder]

outputOrdering is part of the QueryPlan abstraction.

outputOrdering...FIXME