public class RowFilteringIndexAdapter extends Object implements IndexableAdapter
| Constructor and Description |
|---|
RowFilteringIndexAdapter(QueryableIndexIndexableAdapter baseAdapter,
Predicate<RowPointer> filter) |
| Modifier and Type | Method and Description |
|---|---|
BitmapValues |
getBitmapValues(String dimension,
int dictId) |
ColumnCapabilities |
getCapabilities(String column) |
org.joda.time.Interval |
getDataInterval() |
List<String> |
getDimensionNames() |
<T extends Comparable<? super T>> |
getDimValueLookup(String dimension) |
Metadata |
getMetadata() |
List<String> |
getMetricNames() |
String |
getMetricType(String metric) |
int |
getNumRows() |
TransformableRowIterator |
getRows() |
public RowFilteringIndexAdapter(QueryableIndexIndexableAdapter baseAdapter, Predicate<RowPointer> filter)
public org.joda.time.Interval getDataInterval()
getDataInterval in interface IndexableAdapterpublic int getNumRows()
getNumRows in interface IndexableAdapterpublic List<String> getDimensionNames()
getDimensionNames in interface IndexableAdapterpublic List<String> getMetricNames()
getMetricNames in interface IndexableAdapterpublic <T extends Comparable<? super T>> CloseableIndexed<T> getDimValueLookup(String dimension)
getDimValueLookup in interface IndexableAdapterpublic TransformableRowIterator getRows()
getRows in interface IndexableAdapterpublic String getMetricType(String metric)
getMetricType in interface IndexableAdapterpublic ColumnCapabilities getCapabilities(String column)
getCapabilities in interface IndexableAdapterpublic BitmapValues getBitmapValues(String dimension, int dictId)
getBitmapValues in interface IndexableAdapterpublic Metadata getMetadata()
getMetadata in interface IndexableAdapterCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.