public class ColumnSelectorBitmapIndexSelector extends Object implements BitmapIndexSelector
| Constructor and Description |
|---|
ColumnSelectorBitmapIndexSelector(com.metamx.collections.bitmap.BitmapFactory bitmapFactory,
ColumnSelector index) |
| Modifier and Type | Method and Description |
|---|---|
com.metamx.collections.bitmap.BitmapFactory |
getBitmapFactory() |
com.metamx.collections.bitmap.ImmutableBitmap |
getBitmapIndex(String dimension,
String value) |
Indexed<String> |
getDimensionValues(String dimension) |
int |
getNumRows() |
com.metamx.collections.spatial.ImmutableRTree |
getSpatialIndex(String dimension) |
public ColumnSelectorBitmapIndexSelector(com.metamx.collections.bitmap.BitmapFactory bitmapFactory,
ColumnSelector index)
public Indexed<String> getDimensionValues(String dimension)
getDimensionValues in interface BitmapIndexSelectorpublic int getNumRows()
getNumRows in interface BitmapIndexSelectorpublic com.metamx.collections.bitmap.BitmapFactory getBitmapFactory()
getBitmapFactory in interface BitmapIndexSelectorpublic com.metamx.collections.bitmap.ImmutableBitmap getBitmapIndex(String dimension, String value)
getBitmapIndex in interface BitmapIndexSelectorpublic com.metamx.collections.spatial.ImmutableRTree getSpatialIndex(String dimension)
getSpatialIndex in interface BitmapIndexSelectorCopyright © 2015. All rights reserved.