Uses of Class
org.apache.pinot.pql.parsers.PQL2Parser.JsonMatchPredicateContext
-
Packages that use PQL2Parser.JsonMatchPredicateContext Package Description org.apache.pinot.pql.parsers -
-
Uses of PQL2Parser.JsonMatchPredicateContext in org.apache.pinot.pql.parsers
Methods in org.apache.pinot.pql.parsers with parameters of type PQL2Parser.JsonMatchPredicateContext Modifier and Type Method Description voidPQL2BaseListener. enterJsonMatchPredicate(PQL2Parser.JsonMatchPredicateContext ctx)Enter a parse tree produced by theJsonMatchPredicatelabeled alternative inPQL2Parser.predicate().voidPQL2Listener. enterJsonMatchPredicate(PQL2Parser.JsonMatchPredicateContext ctx)Enter a parse tree produced by theJsonMatchPredicatelabeled alternative inPQL2Parser.predicate().voidPQL2BaseListener. exitJsonMatchPredicate(PQL2Parser.JsonMatchPredicateContext ctx)Exit a parse tree produced by theJsonMatchPredicatelabeled alternative inPQL2Parser.predicate().voidPQL2Listener. exitJsonMatchPredicate(PQL2Parser.JsonMatchPredicateContext ctx)Exit a parse tree produced by theJsonMatchPredicatelabeled alternative inPQL2Parser.predicate().
-