@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, references
Expression expression()
SortDirection direction()
NullOrdering nullOrdering()
default Expression[] children()
Expression
children
in interface Expression