Uses of Class
io.trino.sql.tree.SelectItem
Packages that use SelectItem
-
Uses of SelectItem in io.trino.sql
Methods in io.trino.sql that return SelectItemModifier and TypeMethodDescriptionstatic 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 SelectItemMethod parameters in io.trino.sql with type arguments of type SelectItem -
Uses of SelectItem in io.trino.sql.tree
Subclasses of SelectItem in io.trino.sql.treeMethods in io.trino.sql.tree that return types with arguments of type SelectItemMethods in io.trino.sql.tree with parameters of type SelectItemModifier and TypeMethodDescriptionprotected RAstVisitor.visitSelectItem(SelectItem node, C context) Constructor parameters in io.trino.sql.tree with type arguments of type SelectItemModifierConstructorDescriptionSelect(boolean distinct, List<SelectItem> selectItems) Select(NodeLocation location, boolean distinct, List<SelectItem> selectItems)