| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlBaseParser.SelectAllContext |
static class |
SqlBaseParser.SelectSingleContext |
| Modifier and Type | Method and Description |
|---|---|
SqlBaseParser.SelectItemContext |
SqlBaseParser.selectItem() |
SqlBaseParser.SelectItemContext |
SqlBaseParser.QuerySpecificationContext.selectItem(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<SqlBaseParser.SelectItemContext> |
SqlBaseParser.QuerySpecificationContext.selectItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseParser.SelectItemContext.copyFrom(SqlBaseParser.SelectItemContext ctx) |
| Constructor and Description |
|---|
SelectAllContext(SqlBaseParser.SelectItemContext ctx) |
SelectSingleContext(SqlBaseParser.SelectItemContext ctx) |
Copyright © 2012–2023. All rights reserved.