public interface ColumnHolder
| 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() |
BaseColumn |
getColumn() |
int |
getLength() |
SpatialIndex |
getSpatialIndex() |
SettableColumnValueSelector |
makeNewSettableColumnValueSelector()
Returns a new instance of a
SettableColumnValueSelector, corresponding to the type of this column. |
static boolean |
storeDoubleAsFloat() |
static final String TIME_COLUMN_NAME
static final String DOUBLE_STORAGE_TYPE_PROPERTY
static boolean storeDoubleAsFloat()
ColumnCapabilities getCapabilities()
int getLength()
BaseColumn getColumn()
@Nullable BitmapIndex getBitmapIndex()
@Nullable SpatialIndex getSpatialIndex()
SettableColumnValueSelector makeNewSettableColumnValueSelector()
SettableColumnValueSelector, corresponding to the type of this column.Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.