Uses of Class
io.trino.jsonpath.JsonPathParser.ParenthesizedPredicateContext
Packages that use JsonPathParser.ParenthesizedPredicateContext
-
Uses of JsonPathParser.ParenthesizedPredicateContext in io.trino.jsonpath
Methods in io.trino.jsonpath with parameters of type JsonPathParser.ParenthesizedPredicateContextModifier and TypeMethodDescriptionvoidJsonPathBaseListener.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().JsonPathBaseVisitor.visitParenthesizedPredicate(JsonPathParser.ParenthesizedPredicateContext ctx) Visit a parse tree produced by theparenthesizedPredicatelabeled alternative inJsonPathParser.delimitedPredicate().JsonPathVisitor.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.ParenthesizedPredicateContextModifier and TypeMethodDescriptionPathTreeBuilder.visitParenthesizedPredicate(JsonPathParser.ParenthesizedPredicateContext context)