Uses of Class
io.trino.sql.tree.SortItem.Ordering
-
Packages that use SortItem.Ordering Package Description io.trino.sql.tree -
-
Uses of SortItem.Ordering in io.trino.sql.tree
Methods in io.trino.sql.tree that return SortItem.Ordering Modifier and Type Method Description SortItem.OrderingSortItem. getOrdering()static SortItem.OrderingSortItem.Ordering. valueOf(String name)Returns the enum constant of this type with the specified name.static SortItem.Ordering[]SortItem.Ordering. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type SortItem.Ordering Constructor Description SortItem(Expression sortKey, SortItem.Ordering ordering, SortItem.NullOrdering nullOrdering)SortItem(NodeLocation location, Expression sortKey, SortItem.Ordering ordering, SortItem.NullOrdering nullOrdering)
-