public interface Filter
| Modifier and Type | Method and Description |
|---|---|
com.metamx.collections.bitmap.ImmutableBitmap |
getBitmapIndex(BitmapIndexSelector selector)
Get a bitmap index, indicating rows that match this filter.
|
ValueMatcher |
makeMatcher(ValueMatcherFactory factory)
Get a ValueMatcher that applies this filter to row values.
|
boolean |
supportsBitmapIndex(BitmapIndexSelector selector)
Indicates whether this filter can return a bitmap index for filtering, based on
the information provided by the input BitmapIndexSelector.
|
com.metamx.collections.bitmap.ImmutableBitmap getBitmapIndex(BitmapIndexSelector selector)
selector - Object used to retrieve bitmap indexesValueMatcher makeMatcher(ValueMatcherFactory factory)
factory - Object used to create ValueMatchersboolean supportsBitmapIndex(BitmapIndexSelector selector)
selector - Object used to retrieve bitmap indexesCopyright © 2011–2016. All rights reserved.