| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlBaseParser.LateralContext |
static class |
SqlBaseParser.ParenthesizedRelationContext |
static class |
SqlBaseParser.SubqueryRelationContext |
static class |
SqlBaseParser.TableNameContext |
static class |
SqlBaseParser.UnnestContext |
| Modifier and Type | Method and Description |
|---|---|
SqlBaseParser.RelationPrimaryContext |
SqlBaseParser.relationPrimary() |
SqlBaseParser.RelationPrimaryContext |
SqlBaseParser.AliasedRelationContext.relationPrimary() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseParser.RelationPrimaryContext.copyFrom(SqlBaseParser.RelationPrimaryContext ctx) |
| Constructor and Description |
|---|
LateralContext(SqlBaseParser.RelationPrimaryContext ctx) |
ParenthesizedRelationContext(SqlBaseParser.RelationPrimaryContext ctx) |
SubqueryRelationContext(SqlBaseParser.RelationPrimaryContext ctx) |
TableNameContext(SqlBaseParser.RelationPrimaryContext ctx) |
UnnestContext(SqlBaseParser.RelationPrimaryContext ctx) |
Copyright © 2012–2023. All rights reserved.