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