Class RegexpLikePredicate
- java.lang.Object
-
- org.apache.pinot.common.request.context.predicate.BasePredicate
-
- org.apache.pinot.common.request.context.predicate.RegexpLikePredicate
-
- All Implemented Interfaces:
Predicate
public class RegexpLikePredicate extends BasePredicate
Predicate for REGEXP_LIKE.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.pinot.common.request.context.predicate.Predicate
Predicate.Type
-
-
Field Summary
-
Fields inherited from class org.apache.pinot.common.request.context.predicate.BasePredicate
_lhs
-
-
Constructor Summary
Constructors Constructor Description RegexpLikePredicate(ExpressionContext lhs, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PatterngetPattern()Predicate.TypegetType()Returns the type of the predicate.StringgetValue()inthashCode()StringtoString()-
Methods inherited from class org.apache.pinot.common.request.context.predicate.BasePredicate
getLhs, setLhs
-
-
-
-
Constructor Detail
-
RegexpLikePredicate
public RegexpLikePredicate(ExpressionContext lhs, String value)
-
-
Method Detail
-
getType
public Predicate.Type getType()
Description copied from interface:PredicateReturns the type of the predicate.
-
getValue
public String getValue()
-
getPattern
public Pattern getPattern()
-
-