Uses of Enum Class
io.trino.sql.tree.SortItem.Ordering
Packages that use SortItem.Ordering
-
Uses of SortItem.Ordering in io.trino.sql.tree
Subclasses with type arguments of type SortItem.Ordering in io.trino.sql.treeMethods 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) Deprecated.SortItem(NodeLocation location, Expression sortKey, SortItem.Ordering ordering, SortItem.NullOrdering nullOrdering)