Class InPredicateFilter
- java.lang.Object
-
- org.apache.pinot.tools.scan.query.InPredicateFilter
-
- All Implemented Interfaces:
PredicateFilter
public class InPredicateFilter extends Object implements PredicateFilter
-
-
Constructor Summary
Constructors Constructor Description InPredicateFilter(org.apache.pinot.segment.spi.index.reader.Dictionary dictionary, List<String> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapply(int dictId)booleanapply(int[] dictIds, int length)
-
-
-
Method Detail
-
apply
public boolean apply(int dictId)
- Specified by:
applyin interfacePredicateFilter
-
apply
public boolean apply(int[] dictIds, int length)- Specified by:
applyin interfacePredicateFilter
-
-