Uses of Class
io.trino.sql.tree.Select
Packages that use Select
-
Uses of Select in io.trino.sql
Methods in io.trino.sql that return SelectModifier and TypeMethodDescriptionstatic SelectQueryUtil.selectAll(List<SelectItem> items) static SelectQueryUtil.selectList(Expression... expressions) static SelectQueryUtil.selectList(SelectItem... items) static SelectQueryUtil.selectList(List<Expression> expressions) Methods in io.trino.sql with parameters of type SelectModifier and TypeMethodDescriptionstatic QueryQueryUtil.simpleQuery(Select select) static QueryQueryUtil.simpleQuery(Select select, Relation from) static QueryQueryUtil.simpleQuery(Select select, Relation from, Expression where) static QueryQueryUtil.simpleQuery(Select select, Relation from, Expression where, OrderBy orderBy) static QueryQueryUtil.simpleQuery(Select select, Relation from, OrderBy orderBy) static QueryQueryUtil.simpleQuery(Select select, Relation from, Optional<Expression> where, Optional<GroupBy> groupBy, Optional<Expression> having, List<WindowDefinition> windows, Optional<OrderBy> orderBy, Optional<Offset> offset, Optional<Node> limit) static QueryQueryUtil.simpleQuery(Select select, Relation from, Optional<Expression> where, Optional<GroupBy> groupBy, Optional<Expression> having, Optional<OrderBy> orderBy, Optional<Offset> offset, Optional<Node> limit) static QueryQueryUtil.simpleQuery(Select select, Relation from, Optional<Expression> where, Optional<OrderBy> orderBy) -
Uses of Select in io.trino.sql.tree
Methods in io.trino.sql.tree that return SelectMethods in io.trino.sql.tree with parameters of type SelectModifier and TypeMethodDescriptionprotected RAstVisitor.visitSelect(Select node, C context) protected VoidDefaultTraversalVisitor.visitSelect(Select node, C context) Constructors in io.trino.sql.tree with parameters of type SelectModifierConstructorDescriptionQuerySpecification(NodeLocation location, Select select, Optional<Relation> from, Optional<Expression> where, Optional<GroupBy> groupBy, Optional<Expression> having, List<WindowDefinition> windows, Optional<OrderBy> orderBy, Optional<Offset> offset, Optional<Node> limit) QuerySpecification(Select select, Optional<Relation> from, Optional<Expression> where, Optional<GroupBy> groupBy, Optional<Expression> having, List<WindowDefinition> windows, Optional<OrderBy> orderBy, Optional<Offset> offset, Optional<Node> limit)