| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterShowFunctions(SqlBaseParser.ShowFunctionsContext ctx)
Enter a parse tree produced by the
showFunctions
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseListener.enterShowFunctions(SqlBaseParser.ShowFunctionsContext ctx)
Enter a parse tree produced by the
showFunctions
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseBaseListener.exitShowFunctions(SqlBaseParser.ShowFunctionsContext ctx)
Exit a parse tree produced by the
showFunctions
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseListener.exitShowFunctions(SqlBaseParser.ShowFunctionsContext ctx)
Exit a parse tree produced by the
showFunctions
labeled alternative in SqlBaseParser.statement(). |
T |
SqlBaseBaseVisitor.visitShowFunctions(SqlBaseParser.ShowFunctionsContext ctx)
Visit a parse tree produced by the
showFunctions
labeled alternative in SqlBaseParser.statement(). |
T |
SqlBaseVisitor.visitShowFunctions(SqlBaseParser.ShowFunctionsContext ctx)
Visit a parse tree produced by the
showFunctions
labeled alternative in SqlBaseParser.statement(). |
Copyright © 2012–2023. All rights reserved.