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 |
|---|---|
ColumnCapabilities |
getCapabilities() |
BaseColumn |
getColumn() |
ColumnIndexSupplier |
getIndexSupplier() |
int |
getLength() |
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 ColumnIndexSupplier getIndexSupplier()
SettableColumnValueSelector makeNewSettableColumnValueSelector()
SettableColumnValueSelector, corresponding to the type of this column.Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.