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