| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterSelectSingle(SqlBaseParser.SelectSingleContext ctx)
Enter a parse tree produced by the
selectSingle
labeled alternative in SqlBaseParser.selectItem(). |
void |
SqlBaseListener.enterSelectSingle(SqlBaseParser.SelectSingleContext ctx)
Enter a parse tree produced by the
selectSingle
labeled alternative in SqlBaseParser.selectItem(). |
void |
SqlBaseBaseListener.exitSelectSingle(SqlBaseParser.SelectSingleContext ctx)
Exit a parse tree produced by the
selectSingle
labeled alternative in SqlBaseParser.selectItem(). |
void |
SqlBaseListener.exitSelectSingle(SqlBaseParser.SelectSingleContext ctx)
Exit a parse tree produced by the
selectSingle
labeled alternative in SqlBaseParser.selectItem(). |
T |
SqlBaseBaseVisitor.visitSelectSingle(SqlBaseParser.SelectSingleContext ctx)
Visit a parse tree produced by the
selectSingle
labeled alternative in SqlBaseParser.selectItem(). |
T |
SqlBaseVisitor.visitSelectSingle(SqlBaseParser.SelectSingleContext ctx)
Visit a parse tree produced by the
selectSingle
labeled alternative in SqlBaseParser.selectItem(). |
Copyright © 2012–2023. All rights reserved.