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 BitmapIndexSelector
public int getNumRows()
getNumRows
in interface BitmapIndexSelector
public com.metamx.collections.bitmap.BitmapFactory getBitmapFactory()
getBitmapFactory
in interface BitmapIndexSelector
public com.metamx.collections.bitmap.ImmutableBitmap getBitmapIndex(String dimension, String value)
getBitmapIndex
in interface BitmapIndexSelector
public com.metamx.collections.spatial.ImmutableRTree getSpatialIndex(String dimension)
getSpatialIndex
in interface BitmapIndexSelector
Copyright © 2011–2015. All rights reserved.