Uses of Class
io.trino.sql.tree.SelectItem
-
Packages that use SelectItem Package Description io.trino.sql io.trino.sql.tree -
-
Uses of SelectItem in io.trino.sql
Methods in io.trino.sql that return SelectItem Modifier and Type Method Description static SelectItemQueryUtil. aliasedName(String name, String alias)static SelectItemQueryUtil. aliasedNullToEmpty(String column, String alias)static SelectItemQueryUtil. unaliasedName(String name)Methods in io.trino.sql with parameters of type SelectItem Modifier and Type Method Description static SelectQueryUtil. selectList(SelectItem... items)Method parameters in io.trino.sql with type arguments of type SelectItem Modifier and Type Method Description static SelectQueryUtil. selectAll(List<SelectItem> items) -
Uses of SelectItem in io.trino.sql.tree
Subclasses of SelectItem in io.trino.sql.tree Modifier and Type Class Description classAllColumnsclassSingleColumnMethods in io.trino.sql.tree that return types with arguments of type SelectItem Modifier and Type Method Description List<SelectItem>Select. getSelectItems()Methods in io.trino.sql.tree with parameters of type SelectItem Modifier and Type Method Description protected RAstVisitor. visitSelectItem(SelectItem node, C context)Constructor parameters in io.trino.sql.tree with type arguments of type SelectItem Constructor Description Select(boolean distinct, List<SelectItem> selectItems)Select(NodeLocation location, boolean distinct, List<SelectItem> selectItems)
-