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