Uses of Enum
io.trino.sql.tree.SortItem.NullOrdering
Packages that use SortItem.NullOrdering
-
Uses of SortItem.NullOrdering in io.trino.sql.tree
Methods in io.trino.sql.tree that return SortItem.NullOrderingModifier and TypeMethodDescriptionSortItem.getNullOrdering()static SortItem.NullOrderingReturns the enum constant of this type with the specified name.static SortItem.NullOrdering[]SortItem.NullOrdering.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.NullOrderingModifierConstructorDescriptionSortItem(Expression sortKey, SortItem.Ordering ordering, SortItem.NullOrdering nullOrdering) SortItem(NodeLocation location, Expression sortKey, SortItem.Ordering ordering, SortItem.NullOrdering nullOrdering)