| Modifier and Type | Method and Description |
|---|---|
static Timeseries.TimeseriesFieldsToGet |
TimeseriesProtocolBuilder.buildFieldsToGet(String name,
ColumnType type) |
| Modifier and Type | Method and Description |
|---|---|
ColumnType |
SimpleRowMatrixBlockParser.getColumnType(int fieldIndex) |
ColumnType |
SimpleRowMatrixBlockRowIterator.getFieldType(int index) |
ColumnType |
SimpleRowMatrixBlockRowIterator.getFieldType(String fieldName) |
ColumnType |
ColumnValue.getType()
获取属性列的类型。
|
static ColumnType |
ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnType[] |
ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ColumnValue(Object value,
ColumnType type) |
| Modifier and Type | Method and Description |
|---|---|
ColumnType |
SQLColumnSchema.getType()
获取 SQL 列的类型
|
| Constructor and Description |
|---|
SQLColumnSchema(String name,
ColumnType type) |
| Modifier and Type | Method and Description |
|---|---|
List<Pair<String,ColumnType>> |
GetTimeseriesDataRequest.getFieldsToGet() |
List<Pair<String,ColumnType>> |
ScanTimeseriesDataRequest.getFieldsToGet() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetTimeseriesDataRequest.addFieldToGet(String fieldName,
ColumnType fieldType) |
void |
ScanTimeseriesDataRequest.addFieldToGet(String fieldName,
ColumnType fieldType) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetTimeseriesDataRequest.setFieldsToGet(List<Pair<String,ColumnType>> fieldsToGet) |
void |
ScanTimeseriesDataRequest.setFieldsToGet(List<Pair<String,ColumnType>> fieldsToGet) |
Copyright © 2024. All Rights Reserved.