Class SortOrders.SortImpl
java.lang.Object
org.apache.gravitino.rel.expressions.sorts.SortOrders.SortImpl
- All Implemented Interfaces:
Expression,SortOrder
- Enclosing class:
- SortOrders
Create a sort order by the given expression with the given sort direction and null ordering.
-
Field Summary
Fields inherited from interface org.apache.gravitino.rel.expressions.Expression
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.gravitino.rel.expressions.Expression
references
-
Method Details
-
expression
- Specified by:
expressionin interfaceSortOrder- Returns:
- The sort expression.
-
direction
-
nullOrdering
- Specified by:
nullOrderingin interfaceSortOrder- Returns:
- The null ordering.
-
equals
-
hashCode
public int hashCode() -
toString
-