Uses of Class
io.trino.jsonpath.JsonPathParser.ParenthesizedPredicateContext
-
Packages that use JsonPathParser.ParenthesizedPredicateContext Package Description io.trino.jsonpath io.trino.sql.jsonpath -
-
Uses of JsonPathParser.ParenthesizedPredicateContext in io.trino.jsonpath
Methods in io.trino.jsonpath with parameters of type JsonPathParser.ParenthesizedPredicateContext Modifier and Type Method Description voidJsonPathBaseListener. enterParenthesizedPredicate(JsonPathParser.ParenthesizedPredicateContext ctx)Enter a parse tree produced by theparenthesizedPredicatelabeled alternative inJsonPathParser.delimitedPredicate().voidJsonPathListener. enterParenthesizedPredicate(JsonPathParser.ParenthesizedPredicateContext ctx)Enter a parse tree produced by theparenthesizedPredicatelabeled alternative inJsonPathParser.delimitedPredicate().voidJsonPathBaseListener. exitParenthesizedPredicate(JsonPathParser.ParenthesizedPredicateContext ctx)Exit a parse tree produced by theparenthesizedPredicatelabeled alternative inJsonPathParser.delimitedPredicate().voidJsonPathListener. exitParenthesizedPredicate(JsonPathParser.ParenthesizedPredicateContext ctx)Exit a parse tree produced by theparenthesizedPredicatelabeled alternative inJsonPathParser.delimitedPredicate().TJsonPathBaseVisitor. visitParenthesizedPredicate(JsonPathParser.ParenthesizedPredicateContext ctx)Visit a parse tree produced by theparenthesizedPredicatelabeled alternative inJsonPathParser.delimitedPredicate().TJsonPathVisitor. visitParenthesizedPredicate(JsonPathParser.ParenthesizedPredicateContext ctx)Visit a parse tree produced by theparenthesizedPredicatelabeled alternative inJsonPathParser.delimitedPredicate(). -
Uses of JsonPathParser.ParenthesizedPredicateContext in io.trino.sql.jsonpath
Methods in io.trino.sql.jsonpath with parameters of type JsonPathParser.ParenthesizedPredicateContext Modifier and Type Method Description PathNodePathTreeBuilder. visitParenthesizedPredicate(JsonPathParser.ParenthesizedPredicateContext context)
-