Uses of Class
io.trino.jsonpath.JsonPathParser.ConjunctionPredicateContext
-
Packages that use JsonPathParser.ConjunctionPredicateContext Package Description io.trino.jsonpath io.trino.sql.jsonpath -
-
Uses of JsonPathParser.ConjunctionPredicateContext in io.trino.jsonpath
Methods in io.trino.jsonpath with parameters of type JsonPathParser.ConjunctionPredicateContext Modifier and Type Method Description voidJsonPathBaseListener. enterConjunctionPredicate(JsonPathParser.ConjunctionPredicateContext ctx)Enter a parse tree produced by theconjunctionPredicatelabeled alternative inJsonPathParser.predicate().voidJsonPathListener. enterConjunctionPredicate(JsonPathParser.ConjunctionPredicateContext ctx)Enter a parse tree produced by theconjunctionPredicatelabeled alternative inJsonPathParser.predicate().voidJsonPathBaseListener. exitConjunctionPredicate(JsonPathParser.ConjunctionPredicateContext ctx)Exit a parse tree produced by theconjunctionPredicatelabeled alternative inJsonPathParser.predicate().voidJsonPathListener. exitConjunctionPredicate(JsonPathParser.ConjunctionPredicateContext ctx)Exit a parse tree produced by theconjunctionPredicatelabeled alternative inJsonPathParser.predicate().TJsonPathBaseVisitor. visitConjunctionPredicate(JsonPathParser.ConjunctionPredicateContext ctx)Visit a parse tree produced by theconjunctionPredicatelabeled alternative inJsonPathParser.predicate().TJsonPathVisitor. visitConjunctionPredicate(JsonPathParser.ConjunctionPredicateContext ctx)Visit a parse tree produced by theconjunctionPredicatelabeled alternative inJsonPathParser.predicate(). -
Uses of JsonPathParser.ConjunctionPredicateContext in io.trino.sql.jsonpath
Methods in io.trino.sql.jsonpath with parameters of type JsonPathParser.ConjunctionPredicateContext Modifier and Type Method Description PathNodePathTreeBuilder. visitConjunctionPredicate(JsonPathParser.ConjunctionPredicateContext context)
-