| Package | Description |
|---|---|
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
List<WithQuery> |
With.getQueries() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
DefaultTraversalVisitor.visitWithQuery(WithQuery node,
C context) |
protected R |
AstVisitor.visitWithQuery(WithQuery node,
C context) |
| Constructor and Description |
|---|
With(boolean recursive,
List<WithQuery> queries) |
With(NodeLocation location,
boolean recursive,
List<WithQuery> queries) |
Copyright © 2012–2023. All rights reserved.