| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
SqlBaseParser.JoinTypeContext |
SqlBaseParser.joinType() |
SqlBaseParser.JoinTypeContext |
SqlBaseParser.JoinRelationContext.joinType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterJoinType(SqlBaseParser.JoinTypeContext ctx)
Enter a parse tree produced by
SqlBaseParser.joinType(). |
void |
SqlBaseListener.enterJoinType(SqlBaseParser.JoinTypeContext ctx)
Enter a parse tree produced by
SqlBaseParser.joinType(). |
void |
SqlBaseBaseListener.exitJoinType(SqlBaseParser.JoinTypeContext ctx)
Exit a parse tree produced by
SqlBaseParser.joinType(). |
void |
SqlBaseListener.exitJoinType(SqlBaseParser.JoinTypeContext ctx)
Exit a parse tree produced by
SqlBaseParser.joinType(). |
T |
SqlBaseBaseVisitor.visitJoinType(SqlBaseParser.JoinTypeContext ctx)
Visit a parse tree produced by
SqlBaseParser.joinType(). |
T |
SqlBaseVisitor.visitJoinType(SqlBaseParser.JoinTypeContext ctx)
Visit a parse tree produced by
SqlBaseParser.joinType(). |
Copyright © 2012–2023. All rights reserved.