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