Uses of Class
io.trino.sql.tree.SortItem
-
Packages that use SortItem Package Description io.trino.sql io.trino.sql.tree -
-
Uses of SortItem in io.trino.sql
Methods in io.trino.sql that return SortItem Modifier and Type Method Description static SortItemQueryUtil. ascending(String name)Methods in io.trino.sql with parameters of type SortItem Modifier and Type Method Description static OrderByQueryUtil. ordering(SortItem... items) -
Uses of SortItem in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type SortItem Modifier and Type Method Description List<SortItem>OrderBy. getSortItems()Methods in io.trino.sql.tree with parameters of type SortItem Modifier and Type Method Description protected RAstVisitor. visitSortItem(SortItem node, C context)protected VoidDefaultTraversalVisitor. visitSortItem(SortItem node, C context)Constructor parameters in io.trino.sql.tree with type arguments of type SortItem Constructor Description OrderBy(NodeLocation location, List<SortItem> sortItems)OrderBy(List<SortItem> sortItems)
-