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