public interface IndexableAdapter
Modifier and Type | Method and Description |
---|---|
IndexedInts |
getBitmapIndex(String dimension,
String value) |
ColumnCapabilities |
getCapabilities(String column) |
org.joda.time.Interval |
getDataInterval() |
Indexed<String> |
getDimensionNames() |
Indexed<String> |
getDimValueLookup(String dimension) |
Indexed<String> |
getMetricNames() |
String |
getMetricType(String metric) |
int |
getNumRows() |
Iterable<Rowboat> |
getRows() |
org.joda.time.Interval getDataInterval()
int getNumRows()
IndexedInts getBitmapIndex(String dimension, String value)
ColumnCapabilities getCapabilities(String column)
Copyright © 2011–2015. All rights reserved.