public interface BitmapIndexSelector
| Modifier and Type | Method and Description |
|---|---|
BitmapFactory |
getBitmapFactory() |
BitmapIndex |
getBitmapIndex(String dimension) |
ImmutableBitmap |
getBitmapIndex(String dimension,
String value) |
CloseableIndexed<String> |
getDimensionValues(String dimension) |
int |
getNumRows() |
ImmutableRTree |
getSpatialIndex(String dimension) |
ColumnCapabilities.Capable |
hasMultipleValues(String dimension) |
@MustBeClosed @Nullable CloseableIndexed<String> getDimensionValues(String dimension)
ColumnCapabilities.Capable hasMultipleValues(String dimension)
int getNumRows()
BitmapFactory getBitmapFactory()
@Nullable BitmapIndex getBitmapIndex(String dimension)
@Nullable ImmutableBitmap getBitmapIndex(String dimension, String value)
ImmutableRTree getSpatialIndex(String dimension)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.