Uses of Class
io.trino.jsonpath.JsonPathParser.ExistsPredicateContext
Packages that use JsonPathParser.ExistsPredicateContext
-
Uses of JsonPathParser.ExistsPredicateContext in io.trino.jsonpath
Methods in io.trino.jsonpath with parameters of type JsonPathParser.ExistsPredicateContextModifier and TypeMethodDescriptionvoidJsonPathBaseListener.enterExistsPredicate(JsonPathParser.ExistsPredicateContext ctx) Enter a parse tree produced by theexistsPredicatelabeled alternative inJsonPathParser.delimitedPredicate().voidJsonPathListener.enterExistsPredicate(JsonPathParser.ExistsPredicateContext ctx) Enter a parse tree produced by theexistsPredicatelabeled alternative inJsonPathParser.delimitedPredicate().voidJsonPathBaseListener.exitExistsPredicate(JsonPathParser.ExistsPredicateContext ctx) Exit a parse tree produced by theexistsPredicatelabeled alternative inJsonPathParser.delimitedPredicate().voidJsonPathListener.exitExistsPredicate(JsonPathParser.ExistsPredicateContext ctx) Exit a parse tree produced by theexistsPredicatelabeled alternative inJsonPathParser.delimitedPredicate().JsonPathBaseVisitor.visitExistsPredicate(JsonPathParser.ExistsPredicateContext ctx) Visit a parse tree produced by theexistsPredicatelabeled alternative inJsonPathParser.delimitedPredicate().JsonPathVisitor.visitExistsPredicate(JsonPathParser.ExistsPredicateContext ctx) Visit a parse tree produced by theexistsPredicatelabeled alternative inJsonPathParser.delimitedPredicate(). -
Uses of JsonPathParser.ExistsPredicateContext in io.trino.sql.jsonpath
Methods in io.trino.sql.jsonpath with parameters of type JsonPathParser.ExistsPredicateContextModifier and TypeMethodDescriptionPathTreeBuilder.visitExistsPredicate(JsonPathParser.ExistsPredicateContext context)