Uses of Class
io.prestosql.sql.tree.With
-
Packages that use With Package Description io.prestosql.sql.tree -
-
Uses of With in io.prestosql.sql.tree
Methods in io.prestosql.sql.tree that return types with arguments of type With Modifier and Type Method Description java.util.Optional<With>Query. getWith()Methods in io.prestosql.sql.tree with parameters of type With Modifier and Type Method Description protected RAstVisitor. visitWith(With node, C context)protected java.lang.VoidDefaultTraversalVisitor. visitWith(With node, C context)Constructor parameters in io.prestosql.sql.tree with type arguments of type With 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)
-