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