| 限定符和类型 | 方法和说明 |
|---|---|
static Timeseries.TimeseriesFieldsToGet |
TimeseriesProtocolBuilder.buildFieldsToGet(String name,
ColumnType type) |
| 限定符和类型 | 方法和说明 |
|---|---|
ColumnType |
SimpleRowMatrixBlockParser.getColumnType(int fieldIndex) |
ColumnType |
SimpleRowMatrixBlockRowIterator.getFieldType(int index) |
ColumnType |
SimpleRowMatrixBlockRowIterator.getFieldType(String fieldName) |
ColumnType |
ColumnValue.getType()
Get the type of the attribute column.
|
static ColumnType |
ColumnType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ColumnType[] |
ColumnType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
ColumnValue(Object value,
ColumnType type) |
| 限定符和类型 | 方法和说明 |
|---|---|
ColumnType |
SQLColumnSchema.getType()
Get the type of SQL column
|
| 构造器和说明 |
|---|
SQLColumnSchema(String name,
ColumnType type) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Pair<String,ColumnType>> |
ScanTimeseriesDataRequest.getFieldsToGet() |
List<Pair<String,ColumnType>> |
GetTimeseriesDataRequest.getFieldsToGet() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ScanTimeseriesDataRequest.addFieldToGet(String fieldName,
ColumnType fieldType) |
void |
GetTimeseriesDataRequest.addFieldToGet(String fieldName,
ColumnType fieldType) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ScanTimeseriesDataRequest.setFieldsToGet(List<Pair<String,ColumnType>> fieldsToGet) |
void |
GetTimeseriesDataRequest.setFieldsToGet(List<Pair<String,ColumnType>> fieldsToGet) |
Copyright © 2025. All Rights Reserved.