Uses of Class
io.trino.sql.parser.SqlBaseParser.FunctionCallContext
-
Packages that use SqlBaseParser.FunctionCallContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.FunctionCallContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.FunctionCallContext Modifier and Type Method Description voidSqlBaseBaseListener. 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().TSqlBaseBaseVisitor. visitFunctionCall(SqlBaseParser.FunctionCallContext ctx)Visit a parse tree produced by thefunctionCalllabeled alternative inSqlBaseParser.primaryExpression().TSqlBaseVisitor. visitFunctionCall(SqlBaseParser.FunctionCallContext ctx)Visit a parse tree produced by thefunctionCalllabeled alternative inSqlBaseParser.primaryExpression().
-