@Experimental public interface SortOrder extends Expression
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE| Modifier and Type | Method and Description |
|---|---|
default Expression[] |
children()
Returns an array of the children of this node.
|
SortDirection |
direction()
Returns the sort direction.
|
Expression |
expression()
Returns the sort expression.
|
NullOrdering |
nullOrdering()
Returns the null ordering.
|
describe, referencesExpression expression()
SortDirection direction()
NullOrdering nullOrdering()
default Expression[] children()
Expressionchildren in interface Expression