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