| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlBaseParser.QueryTermDefaultContext |
static class |
SqlBaseParser.SetOperationContext |
| Modifier and Type | Field and Description |
|---|---|
SqlBaseParser.QueryTermContext |
SqlBaseParser.SetOperationContext.left |
SqlBaseParser.QueryTermContext |
SqlBaseParser.SetOperationContext.right |
| Modifier and Type | Method and Description |
|---|---|
SqlBaseParser.QueryTermContext |
SqlBaseParser.queryTerm() |
SqlBaseParser.QueryTermContext |
SqlBaseParser.QueryNoWithContext.queryTerm() |
SqlBaseParser.QueryTermContext |
SqlBaseParser.SetOperationContext.queryTerm(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<SqlBaseParser.QueryTermContext> |
SqlBaseParser.SetOperationContext.queryTerm() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseParser.QueryTermContext.copyFrom(SqlBaseParser.QueryTermContext ctx) |
| Constructor and Description |
|---|
QueryTermDefaultContext(SqlBaseParser.QueryTermContext ctx) |
SetOperationContext(SqlBaseParser.QueryTermContext ctx) |
Copyright © 2012–2023. All rights reserved.