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() |
getColumn
org.joda.time.Interval getDataInterval()
int getNumRows()
com.metamx.collections.bitmap.BitmapFactory getBitmapFactoryForDimensions()
void close() throws IOException
close
in interface AutoCloseable
close
in interface Closeable
IOException
- if an exception was thrown closing the indexCopyright © 2011–2015. All rights reserved.