public interface Column
Modifier and Type | Field and Description |
---|---|
static String |
TIME_COLUMN_NAME |
Modifier and Type | Method and Description |
---|---|
BitmapIndex |
getBitmapIndex() |
ColumnCapabilities |
getCapabilities() |
ComplexColumn |
getComplexColumn() |
DictionaryEncodedColumn |
getDictionaryEncoding() |
GenericColumn |
getGenericColumn() |
int |
getLength() |
RunLengthColumn |
getRunLengthColumn() |
SpatialIndex |
getSpatialIndex() |
static final String TIME_COLUMN_NAME
ColumnCapabilities getCapabilities()
int getLength()
DictionaryEncodedColumn getDictionaryEncoding()
RunLengthColumn getRunLengthColumn()
GenericColumn getGenericColumn()
ComplexColumn getComplexColumn()
BitmapIndex getBitmapIndex()
SpatialIndex getSpatialIndex()
Copyright © 2011–2015. All rights reserved.