Uses of Class
io.trino.jsonpath.JsonPathParser.ContextVariableContext
-
Packages that use JsonPathParser.ContextVariableContext Package Description io.trino.jsonpath io.trino.sql.jsonpath -
-
Uses of JsonPathParser.ContextVariableContext in io.trino.jsonpath
Methods in io.trino.jsonpath with parameters of type JsonPathParser.ContextVariableContext Modifier and Type Method Description voidJsonPathBaseListener. enterContextVariable(JsonPathParser.ContextVariableContext ctx)Enter a parse tree produced by thecontextVariablelabeled alternative inJsonPathParser.variable().voidJsonPathListener. enterContextVariable(JsonPathParser.ContextVariableContext ctx)Enter a parse tree produced by thecontextVariablelabeled alternative inJsonPathParser.variable().voidJsonPathBaseListener. exitContextVariable(JsonPathParser.ContextVariableContext ctx)Exit a parse tree produced by thecontextVariablelabeled alternative inJsonPathParser.variable().voidJsonPathListener. exitContextVariable(JsonPathParser.ContextVariableContext ctx)Exit a parse tree produced by thecontextVariablelabeled alternative inJsonPathParser.variable().TJsonPathBaseVisitor. visitContextVariable(JsonPathParser.ContextVariableContext ctx)Visit a parse tree produced by thecontextVariablelabeled alternative inJsonPathParser.variable().TJsonPathVisitor. visitContextVariable(JsonPathParser.ContextVariableContext ctx)Visit a parse tree produced by thecontextVariablelabeled alternative inJsonPathParser.variable(). -
Uses of JsonPathParser.ContextVariableContext in io.trino.sql.jsonpath
Methods in io.trino.sql.jsonpath with parameters of type JsonPathParser.ContextVariableContext Modifier and Type Method Description PathNodePathTreeBuilder. visitContextVariable(JsonPathParser.ContextVariableContext context)
-