| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterLateral(SqlBaseParser.LateralContext ctx)
Enter a parse tree produced by the
lateral
labeled alternative in SqlBaseParser.relationPrimary(). |
void |
SqlBaseListener.enterLateral(SqlBaseParser.LateralContext ctx)
Enter a parse tree produced by the
lateral
labeled alternative in SqlBaseParser.relationPrimary(). |
void |
SqlBaseBaseListener.exitLateral(SqlBaseParser.LateralContext ctx)
Exit a parse tree produced by the
lateral
labeled alternative in SqlBaseParser.relationPrimary(). |
void |
SqlBaseListener.exitLateral(SqlBaseParser.LateralContext ctx)
Exit a parse tree produced by the
lateral
labeled alternative in SqlBaseParser.relationPrimary(). |
T |
SqlBaseBaseVisitor.visitLateral(SqlBaseParser.LateralContext ctx)
Visit a parse tree produced by the
lateral
labeled alternative in SqlBaseParser.relationPrimary(). |
T |
SqlBaseVisitor.visitLateral(SqlBaseParser.LateralContext ctx)
Visit a parse tree produced by the
lateral
labeled alternative in SqlBaseParser.relationPrimary(). |
Copyright © 2012–2023. All rights reserved.