public class ColumnSelectorBitmapIndexSelector extends Object implements BitmapIndexSelector
Constructor and Description |
---|
ColumnSelectorBitmapIndexSelector(ColumnSelector index) |
Modifier and Type | Method and Description |
---|---|
it.uniroma3.mat.extendedset.intset.ImmutableConciseSet |
getConciseInvertedIndex(String dimension,
int idx) |
it.uniroma3.mat.extendedset.intset.ImmutableConciseSet |
getConciseInvertedIndex(String dimension,
String value) |
Indexed<String> |
getDimensionValues(String dimension) |
int |
getNumRows() |
com.metamx.collections.spatial.ImmutableRTree |
getSpatialIndex(String dimension) |
public ColumnSelectorBitmapIndexSelector(ColumnSelector index)
public Indexed<String> getDimensionValues(String dimension)
getDimensionValues
in interface BitmapIndexSelector
public int getNumRows()
getNumRows
in interface BitmapIndexSelector
public it.uniroma3.mat.extendedset.intset.ImmutableConciseSet getConciseInvertedIndex(String dimension, String value)
getConciseInvertedIndex
in interface BitmapIndexSelector
public it.uniroma3.mat.extendedset.intset.ImmutableConciseSet getConciseInvertedIndex(String dimension, int idx)
getConciseInvertedIndex
in interface BitmapIndexSelector
public com.metamx.collections.spatial.ImmutableRTree getSpatialIndex(String dimension)
getSpatialIndex
in interface BitmapIndexSelector
Copyright © 2015. All rights reserved.