| Package | Description |
|---|---|
| com.facebook.presto.sql | |
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
static SelectItem |
QueryUtil.aliasedName(String name,
String alias) |
static SelectItem |
QueryUtil.aliasedNullToEmpty(String column,
String alias) |
static SelectItem |
QueryUtil.unaliasedName(String name) |
| Modifier and Type | Method and Description |
|---|---|
static Select |
QueryUtil.selectList(SelectItem... items) |
| Modifier and Type | Method and Description |
|---|---|
static Select |
QueryUtil.selectAll(List<SelectItem> items) |
| Modifier and Type | Class and Description |
|---|---|
class |
AllColumns |
class |
SingleColumn |
| Modifier and Type | Method and Description |
|---|---|
List<SelectItem> |
Select.getSelectItems() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AstVisitor.visitSelectItem(SelectItem node,
C context) |
| Constructor and Description |
|---|
Select(boolean distinct,
List<SelectItem> selectItems) |
Select(NodeLocation location,
boolean distinct,
List<SelectItem> selectItems) |
Copyright © 2012–2023. All rights reserved.