| Package | Description |
|---|---|
| com.facebook.presto.sql | |
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
static Query |
QueryUtil.query(QueryBody body) |
| Modifier and Type | Class and Description |
|---|---|
class |
Except |
class |
Intersect |
class |
QuerySpecification |
class |
SetOperation |
class |
Table |
class |
TableSubquery |
class |
Union |
class |
Values |
| Modifier and Type | Method and Description |
|---|---|
QueryBody |
Query.getQueryBody() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AstVisitor.visitQueryBody(QueryBody 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.