Uses of Enum Class
io.trino.sql.tree.SortItem.Ordering
Packages that use SortItem.Ordering
-
Uses of SortItem.Ordering in io.trino.sql.tree
Methods in io.trino.sql.tree that return SortItem.OrderingModifier and TypeMethodDescriptionSortItem.getOrdering()static SortItem.OrderingReturns the enum constant of this class with the specified name.static SortItem.Ordering[]SortItem.Ordering.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type SortItem.OrderingModifierConstructorDescriptionSortItem(Expression sortKey, SortItem.Ordering ordering, SortItem.NullOrdering nullOrdering) SortItem(NodeLocation location, Expression sortKey, SortItem.Ordering ordering, SortItem.NullOrdering nullOrdering)