| Package | Description |
|---|---|
| com.facebook.presto.sql | |
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
static Select |
QueryUtil.selectAll(List<SelectItem> items) |
static Select |
QueryUtil.selectList(Expression... expressions) |
static Select |
QueryUtil.selectList(List<Expression> expressions) |
static Select |
QueryUtil.selectList(SelectItem... items) |
| Modifier and Type | Method and Description |
|---|---|
static Query |
QueryUtil.simpleQuery(Select select) |
static Query |
QueryUtil.simpleQuery(Select select,
Relation from) |
static Query |
QueryUtil.simpleQuery(Select select,
Relation from,
Expression where) |
static Query |
QueryUtil.simpleQuery(Select select,
Relation from,
Expression where,
OrderBy orderBy) |
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) |
static Query |
QueryUtil.simpleQuery(Select select,
Relation from,
Optional<Expression> where,
Optional<OrderBy> orderBy) |
static Query |
QueryUtil.simpleQuery(Select select,
Relation from,
OrderBy orderBy) |
| Modifier and Type | Method and Description |
|---|---|
Select |
QuerySpecification.getSelect() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
DefaultTraversalVisitor.visitSelect(Select node,
C context) |
protected R |
AstVisitor.visitSelect(Select node,
C context) |
| Constructor and Description |
|---|
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.