Uses of Class
io.trino.sql.tree.Select
-
Packages that use Select Package Description io.trino.sql io.trino.sql.tree -
-
Uses of Select in io.trino.sql
Methods in io.trino.sql that return Select Modifier and Type Method Description static 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 Select Modifier and Type Method Description static 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 Select Modifier and Type Method Description SelectQuerySpecification. getSelect()Methods in io.trino.sql.tree with parameters of type Select Modifier and Type Method Description protected RAstVisitor. visitSelect(Select node, C context)protected VoidDefaultTraversalVisitor. visitSelect(Select node, C context)Constructors in io.trino.sql.tree with parameters of type Select Constructor Description QuerySpecification(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)
-