Class InPredicate
- java.lang.Object
-
- org.apache.pinot.common.request.context.predicate.BasePredicate
-
- org.apache.pinot.common.request.context.predicate.BaseInPredicate
-
- org.apache.pinot.common.request.context.predicate.InPredicate
-
- All Implemented Interfaces:
Predicate
public class InPredicate extends BaseInPredicate
Predicate for IN.
-
-
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.BaseInPredicate
_values
-
Fields inherited from class org.apache.pinot.common.request.context.predicate.BasePredicate
_lhs
-
-
Constructor Summary
Constructors Constructor Description InPredicate(ExpressionContext lhs, List<String> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Predicate.TypegetType()Returns the type of the predicate.inthashCode()StringtoString()-
Methods inherited from class org.apache.pinot.common.request.context.predicate.BaseInPredicate
getBigDecimalValues, getBooleanValues, getBytesValues, getDoubleValues, getFloatValues, getIntValues, getLongValues, getTimestampValues, getValues
-
Methods inherited from class org.apache.pinot.common.request.context.predicate.BasePredicate
getLhs, setLhs
-
-
-
-
Constructor Detail
-
InPredicate
public InPredicate(ExpressionContext lhs, List<String> values)
-
-
Method Detail
-
getType
public Predicate.Type getType()
Description copied from interface:PredicateReturns the type of the predicate.
-
-