public interface QueryableIndex extends ColumnSelector, Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
The close method shouldn't actually be here as this is nasty.
|
Indexed<String> |
getAvailableDimensions() |
com.metamx.collections.bitmap.BitmapFactory |
getBitmapFactoryForDimensions() |
Indexed<String> |
getColumnNames() |
org.joda.time.Interval |
getDataInterval() |
int |
getNumRows() |
getColumnorg.joda.time.Interval getDataInterval()
int getNumRows()
com.metamx.collections.bitmap.BitmapFactory getBitmapFactoryForDimensions()
void close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOException - if an exception was thrown closing the indexCopyright © 2011–2015. All rights reserved.