| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterFunctionCall(SqlBaseParser.FunctionCallContext ctx)
Enter a parse tree produced by the
functionCall
labeled alternative in SqlBaseParser.primaryExpression(). |
void |
SqlBaseListener.enterFunctionCall(SqlBaseParser.FunctionCallContext ctx)
Enter a parse tree produced by the
functionCall
labeled alternative in SqlBaseParser.primaryExpression(). |
void |
SqlBaseBaseListener.exitFunctionCall(SqlBaseParser.FunctionCallContext ctx)
Exit a parse tree produced by the
functionCall
labeled alternative in SqlBaseParser.primaryExpression(). |
void |
SqlBaseListener.exitFunctionCall(SqlBaseParser.FunctionCallContext ctx)
Exit a parse tree produced by the
functionCall
labeled alternative in SqlBaseParser.primaryExpression(). |
T |
SqlBaseBaseVisitor.visitFunctionCall(SqlBaseParser.FunctionCallContext ctx)
Visit a parse tree produced by the
functionCall
labeled alternative in SqlBaseParser.primaryExpression(). |
T |
SqlBaseVisitor.visitFunctionCall(SqlBaseParser.FunctionCallContext ctx)
Visit a parse tree produced by the
functionCall
labeled alternative in SqlBaseParser.primaryExpression(). |
Copyright © 2012–2023. All rights reserved.