public class IncrementalIndexAdapter extends Object implements IndexableAdapter
IndexableAdapter.NestedColumnMergable
Constructor and Description |
---|
IncrementalIndexAdapter(org.joda.time.Interval dataInterval,
IncrementalIndex index,
BitmapFactory bitmapFactory) |
Modifier and Type | Method and Description |
---|---|
BitmapValues |
getBitmapValues(String dimension,
int index) |
ColumnCapabilities |
getCapabilities(String column) |
org.joda.time.Interval |
getDataInterval() |
List<String> |
getDimensionNames() |
<T extends Comparable<? super T>> |
getDimValueLookup(String dimension) |
ColumnFormat |
getFormat(String column) |
Metadata |
getMetadata() |
List<String> |
getMetricNames() |
IndexableAdapter.NestedColumnMergable |
getNestedColumnMergeables(String column) |
int |
getNumRows() |
TransformableRowIterator |
getRows() |
public IncrementalIndexAdapter(org.joda.time.Interval dataInterval, IncrementalIndex index, BitmapFactory bitmapFactory)
public org.joda.time.Interval getDataInterval()
getDataInterval
in interface IndexableAdapter
public int getNumRows()
getNumRows
in interface IndexableAdapter
public List<String> getDimensionNames()
getDimensionNames
in interface IndexableAdapter
public List<String> getMetricNames()
getMetricNames
in interface IndexableAdapter
@Nullable public <T extends Comparable<? super T>> CloseableIndexed<T> getDimValueLookup(String dimension)
getDimValueLookup
in interface IndexableAdapter
@Nullable public IndexableAdapter.NestedColumnMergable getNestedColumnMergeables(String column)
getNestedColumnMergeables
in interface IndexableAdapter
public TransformableRowIterator getRows()
getRows
in interface IndexableAdapter
public BitmapValues getBitmapValues(String dimension, int index)
getBitmapValues
in interface IndexableAdapter
public ColumnCapabilities getCapabilities(String column)
getCapabilities
in interface IndexableAdapter
public ColumnFormat getFormat(String column)
getFormat
in interface IndexableAdapter
public Metadata getMetadata()
getMetadata
in interface IndexableAdapter
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.