Uses of Class
io.trino.sql.tree.WithQuery
-
Packages that use WithQuery Package Description io.trino.sql.tree -
-
Uses of WithQuery in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type WithQuery Modifier and Type Method Description List<WithQuery>With. getQueries()Methods in io.trino.sql.tree with parameters of type WithQuery Modifier and Type Method Description protected RAstVisitor. visitWithQuery(WithQuery node, C context)protected VoidDefaultTraversalVisitor. visitWithQuery(WithQuery node, C context)Constructor parameters in io.trino.sql.tree with type arguments of type WithQuery Constructor Description With(boolean recursive, List<WithQuery> queries)With(NodeLocation location, boolean recursive, List<WithQuery> queries)
-