Uses of Class
io.prestosql.sql.tree.QueryBody
-
Packages that use QueryBody Package Description io.prestosql.sql io.prestosql.sql.tree -
-
Uses of QueryBody in io.prestosql.sql
Methods in io.prestosql.sql with parameters of type QueryBody Modifier and Type Method Description static QueryQueryUtil. query(QueryBody body) -
Uses of QueryBody in io.prestosql.sql.tree
Subclasses of QueryBody in io.prestosql.sql.tree Modifier and Type Class Description classExceptclassIntersectclassQuerySpecificationclassSetOperationclassTableclassTableSubqueryclassUnionclassValuesMethods in io.prestosql.sql.tree that return QueryBody Modifier and Type Method Description QueryBodyQuery. getQueryBody()Methods in io.prestosql.sql.tree with parameters of type QueryBody Modifier and Type Method Description protected RAstVisitor. visitQueryBody(QueryBody node, C context)Constructors in io.prestosql.sql.tree with parameters of type QueryBody Constructor Description Query(NodeLocation location, java.util.Optional<With> with, QueryBody queryBody, java.util.Optional<OrderBy> orderBy, java.util.Optional<Offset> offset, java.util.Optional<Node> limit)Query(java.util.Optional<With> with, QueryBody queryBody, java.util.Optional<OrderBy> orderBy, java.util.Optional<Offset> offset, java.util.Optional<Node> limit)
-