public abstract class AbstractColumn extends Object implements Column
DOUBLE_STORAGE_TYPE_PROPERTY, TIME_COLUMN_NAME| Constructor and Description |
|---|
AbstractColumn() |
| Modifier and Type | Method and Description |
|---|---|
BitmapIndex |
getBitmapIndex() |
ColumnCapabilities |
getCapabilities() |
ComplexColumn |
getComplexColumn() |
DictionaryEncodedColumn |
getDictionaryEncoding() |
GenericColumn |
getGenericColumn() |
RunLengthColumn |
getRunLengthColumn() |
SpatialIndex |
getSpatialIndex() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLength, storeDoubleAsFloatpublic BitmapIndex getBitmapIndex()
getBitmapIndex in interface Columnpublic SpatialIndex getSpatialIndex()
getSpatialIndex in interface Columnpublic ComplexColumn getComplexColumn()
getComplexColumn in interface Columnpublic GenericColumn getGenericColumn()
getGenericColumn in interface Columnpublic RunLengthColumn getRunLengthColumn()
getRunLengthColumn in interface Columnpublic DictionaryEncodedColumn getDictionaryEncoding()
getDictionaryEncoding in interface Columnpublic ColumnCapabilities getCapabilities()
getCapabilities in interface ColumnCopyright © 2011–2017. All rights reserved.