Interface SortOrder

All Superinterfaces:
Expression

@Experimental public interface SortOrder extends Expression
Represents a sort order in the public expression API.
Since:
3.2.0
  • Method Details

    • expression

      Expression expression()
      Returns the sort expression.
    • direction

      SortDirection direction()
      Returns the sort direction.
    • nullOrdering

      NullOrdering nullOrdering()
      Returns the null ordering.
    • children

      default Expression[] children()
      Description copied from interface: Expression
      Returns an array of the children of this node. Children should not change.
      Specified by:
      children in interface Expression