Interface DruidPredicateIndexes
- All Known Implementing Classes:
IndexedStringDruidPredicateIndexes
public interface DruidPredicateIndexes
Uses a
DruidPredicateFactory to construct a BitmapColumnIndex containing rows for all values which
satisfy the predicate.-
Method Summary
Modifier and TypeMethodDescriptionforPredicate(DruidPredicateFactory matcherFactory) Get aBitmapColumnIndexcorresponding to all the rows that match the suppliedDruidPredicateFactory
-
Method Details
-
forPredicate
Get aBitmapColumnIndexcorresponding to all the rows that match the suppliedDruidPredicateFactoryIf this method returns null it indicates that there was no index that matched the respective values and a
ValueMatchermust be used instead.
-