| Package | Description |
|---|---|
| com.facebook.presto.sql | |
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
static Query |
QueryUtil.simpleQuery(Select select,
Relation from,
Optional<Expression> where,
Optional<GroupBy> groupBy,
Optional<Expression> having,
Optional<OrderBy> orderBy,
Optional<Offset> offset,
Optional<String> limit) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Offset> |
QuerySpecification.getOffset() |
Optional<Offset> |
Query.getOffset() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AstVisitor.visitOffset(Offset 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) |
QuerySpecification(NodeLocation location,
Select select,
Optional<Relation> from,
Optional<Expression> where,
Optional<GroupBy> groupBy,
Optional<Expression> having,
Optional<OrderBy> orderBy,
Optional<Offset> offset,
Optional<String> limit) |
QuerySpecification(Select select,
Optional<Relation> from,
Optional<Expression> where,
Optional<GroupBy> groupBy,
Optional<Expression> having,
Optional<OrderBy> orderBy,
Optional<Offset> offset,
Optional<String> limit) |
Copyright © 2012–2023. All rights reserved.