Uses of Class
io.trino.grammar.sql.SqlBaseParser.FunctionCallContext
Packages that use SqlBaseParser.FunctionCallContext
-
Uses of SqlBaseParser.FunctionCallContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.FunctionCallContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterFunctionCall(SqlBaseParser.FunctionCallContext ctx) Enter a parse tree produced by thefunctionCalllabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.enterFunctionCall(SqlBaseParser.FunctionCallContext ctx) Enter a parse tree produced by thefunctionCalllabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseBaseListener.exitFunctionCall(SqlBaseParser.FunctionCallContext ctx) Exit a parse tree produced by thefunctionCalllabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.exitFunctionCall(SqlBaseParser.FunctionCallContext ctx) Exit a parse tree produced by thefunctionCalllabeled alternative inSqlBaseParser.primaryExpression().SqlBaseBaseVisitor.visitFunctionCall(SqlBaseParser.FunctionCallContext ctx) Visit a parse tree produced by thefunctionCalllabeled alternative inSqlBaseParser.primaryExpression().SqlBaseVisitor.visitFunctionCall(SqlBaseParser.FunctionCallContext ctx) Visit a parse tree produced by thefunctionCalllabeled alternative inSqlBaseParser.primaryExpression().