Uses of Class
org.apache.pinot.pql.parsers.PQL2Parser.PredicateContext
-
Packages that use PQL2Parser.PredicateContext Package Description org.apache.pinot.pql.parsers -
-
Uses of PQL2Parser.PredicateContext in org.apache.pinot.pql.parsers
Subclasses of PQL2Parser.PredicateContext in org.apache.pinot.pql.parsers Modifier and Type Class Description static classPQL2Parser.BetweenPredicateContextstatic classPQL2Parser.ComparisonPredicateContextstatic classPQL2Parser.InPredicateContextstatic classPQL2Parser.IsPredicateContextstatic classPQL2Parser.JsonMatchPredicateContextstatic classPQL2Parser.PredicateParenthesisGroupContextstatic classPQL2Parser.RegexpLikePredicateContextstatic classPQL2Parser.TextMatchPredicateContextMethods in org.apache.pinot.pql.parsers that return PQL2Parser.PredicateContext Modifier and Type Method Description PQL2Parser.PredicateContextPQL2Parser. predicate()PQL2Parser.PredicateContextPQL2Parser.PredicateListContext. predicate(int i)Methods in org.apache.pinot.pql.parsers that return types with arguments of type PQL2Parser.PredicateContext Modifier and Type Method Description List<PQL2Parser.PredicateContext>PQL2Parser.PredicateListContext. predicate()Methods in org.apache.pinot.pql.parsers with parameters of type PQL2Parser.PredicateContext Modifier and Type Method Description voidPQL2Parser.PredicateContext. copyFrom(PQL2Parser.PredicateContext ctx)Constructors in org.apache.pinot.pql.parsers with parameters of type PQL2Parser.PredicateContext Constructor Description BetweenPredicateContext(PQL2Parser.PredicateContext ctx)ComparisonPredicateContext(PQL2Parser.PredicateContext ctx)InPredicateContext(PQL2Parser.PredicateContext ctx)IsPredicateContext(PQL2Parser.PredicateContext ctx)JsonMatchPredicateContext(PQL2Parser.PredicateContext ctx)PredicateParenthesisGroupContext(PQL2Parser.PredicateContext ctx)RegexpLikePredicateContext(PQL2Parser.PredicateContext ctx)TextMatchPredicateContext(PQL2Parser.PredicateContext ctx)
-