| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterJoinRelation(SqlBaseParser.JoinRelationContext ctx)
Enter a parse tree produced by the
joinRelation
labeled alternative in SqlBaseParser.relation(). |
void |
SqlBaseListener.enterJoinRelation(SqlBaseParser.JoinRelationContext ctx)
Enter a parse tree produced by the
joinRelation
labeled alternative in SqlBaseParser.relation(). |
void |
SqlBaseBaseListener.exitJoinRelation(SqlBaseParser.JoinRelationContext ctx)
Exit a parse tree produced by the
joinRelation
labeled alternative in SqlBaseParser.relation(). |
void |
SqlBaseListener.exitJoinRelation(SqlBaseParser.JoinRelationContext ctx)
Exit a parse tree produced by the
joinRelation
labeled alternative in SqlBaseParser.relation(). |
T |
SqlBaseBaseVisitor.visitJoinRelation(SqlBaseParser.JoinRelationContext ctx)
Visit a parse tree produced by the
joinRelation
labeled alternative in SqlBaseParser.relation(). |
T |
SqlBaseVisitor.visitJoinRelation(SqlBaseParser.JoinRelationContext ctx)
Visit a parse tree produced by the
joinRelation
labeled alternative in SqlBaseParser.relation(). |
Copyright © 2012–2023. All rights reserved.