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