public class ColumnSelectorBitmapIndexSelector extends Object implements BitmapIndexSelector
Constructor and Description |
---|
ColumnSelectorBitmapIndexSelector(BitmapFactory bitmapFactory,
VirtualColumns virtualColumns,
ColumnSelector index) |
Modifier and Type | Method and Description |
---|---|
BitmapFactory |
getBitmapFactory() |
BitmapIndex |
getBitmapIndex(String dimension) |
ImmutableBitmap |
getBitmapIndex(String dimension,
String value) |
Indexed<String> |
getDimensionValues(String dimension) |
int |
getNumRows() |
ImmutableRTree |
getSpatialIndex(String dimension) |
public ColumnSelectorBitmapIndexSelector(BitmapFactory bitmapFactory, VirtualColumns virtualColumns, ColumnSelector index)
public Indexed<String> getDimensionValues(String dimension)
getDimensionValues
in interface BitmapIndexSelector
public int getNumRows()
getNumRows
in interface BitmapIndexSelector
public BitmapFactory getBitmapFactory()
getBitmapFactory
in interface BitmapIndexSelector
public BitmapIndex getBitmapIndex(String dimension)
getBitmapIndex
in interface BitmapIndexSelector
public ImmutableBitmap getBitmapIndex(String dimension, String value)
getBitmapIndex
in interface BitmapIndexSelector
public ImmutableRTree getSpatialIndex(String dimension)
getSpatialIndex
in interface BitmapIndexSelector
Copyright © 2011–2017. All rights reserved.