Uses of Class
io.trino.sql.tree.SortItem.NullOrdering
-
Packages that use SortItem.NullOrdering Package Description io.trino.sql.tree -
-
Uses of SortItem.NullOrdering in io.trino.sql.tree
Methods in io.trino.sql.tree that return SortItem.NullOrdering Modifier and Type Method Description SortItem.NullOrderingSortItem. getNullOrdering()static SortItem.NullOrderingSortItem.NullOrdering. valueOf(String name)Returns 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.NullOrdering Constructor Description SortItem(Expression sortKey, SortItem.Ordering ordering, SortItem.NullOrdering nullOrdering)SortItem(NodeLocation location, Expression sortKey, SortItem.Ordering ordering, SortItem.NullOrdering nullOrdering)
-