| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlBaseParser.JoinRelationContext |
static class |
SqlBaseParser.RelationDefaultContext |
| Modifier and Type | Field and Description |
|---|---|
SqlBaseParser.RelationContext |
SqlBaseParser.JoinRelationContext.left |
SqlBaseParser.RelationContext |
SqlBaseParser.JoinRelationContext.rightRelation |
| Modifier and Type | Method and Description |
|---|---|
SqlBaseParser.RelationContext |
SqlBaseParser.relation() |
SqlBaseParser.RelationContext |
SqlBaseParser.ParenthesizedRelationContext.relation() |
SqlBaseParser.RelationContext |
SqlBaseParser.QuerySpecificationContext.relation(int i) |
SqlBaseParser.RelationContext |
SqlBaseParser.JoinRelationContext.relation(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<SqlBaseParser.RelationContext> |
SqlBaseParser.QuerySpecificationContext.relation() |
List<SqlBaseParser.RelationContext> |
SqlBaseParser.JoinRelationContext.relation() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseParser.RelationContext.copyFrom(SqlBaseParser.RelationContext ctx) |
| Constructor and Description |
|---|
JoinRelationContext(SqlBaseParser.RelationContext ctx) |
RelationDefaultContext(SqlBaseParser.RelationContext ctx) |
Copyright © 2012–2023. All rights reserved.