| Package | Description |
|---|---|
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
Optional<With> |
Query.getWith() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
DefaultTraversalVisitor.visitWith(With node,
C context) |
protected R |
AstVisitor.visitWith(With node,
C context) |
| Constructor and Description |
|---|
Query(NodeLocation location,
Optional<With> with,
QueryBody queryBody,
Optional<OrderBy> orderBy,
Optional<Offset> offset,
Optional<String> limit) |
Query(Optional<With> with,
QueryBody queryBody,
Optional<OrderBy> orderBy,
Optional<Offset> offset,
Optional<String> limit) |
Copyright © 2012–2023. All rights reserved.