Uses of Class
io.trino.grammar.sql.SqlBaseParser.JsonArgumentContext
Packages that use SqlBaseParser.JsonArgumentContext
-
Uses of SqlBaseParser.JsonArgumentContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql that return SqlBaseParser.JsonArgumentContextModifier and TypeMethodDescriptionSqlBaseParser.jsonArgument()SqlBaseParser.JsonPathInvocationContext.jsonArgument(int i) Methods in io.trino.grammar.sql that return types with arguments of type SqlBaseParser.JsonArgumentContextMethods in io.trino.grammar.sql with parameters of type SqlBaseParser.JsonArgumentContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterJsonArgument(SqlBaseParser.JsonArgumentContext ctx) Enter a parse tree produced bySqlBaseParser.jsonArgument().voidSqlBaseListener.enterJsonArgument(SqlBaseParser.JsonArgumentContext ctx) Enter a parse tree produced bySqlBaseParser.jsonArgument().voidSqlBaseBaseListener.exitJsonArgument(SqlBaseParser.JsonArgumentContext ctx) Exit a parse tree produced bySqlBaseParser.jsonArgument().voidSqlBaseListener.exitJsonArgument(SqlBaseParser.JsonArgumentContext ctx) Exit a parse tree produced bySqlBaseParser.jsonArgument().SqlBaseBaseVisitor.visitJsonArgument(SqlBaseParser.JsonArgumentContext ctx) Visit a parse tree produced bySqlBaseParser.jsonArgument().SqlBaseVisitor.visitJsonArgument(SqlBaseParser.JsonArgumentContext ctx) Visit a parse tree produced bySqlBaseParser.jsonArgument().