| Modifier and Type | Method and Description |
|---|---|
static OtsInternalApi.PrimaryKeySchema |
OTSProtocolBuilder.buildPrimaryKeySchema(PrimaryKeySchema pk) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ParamChecker.checkColumn(Map<String,PrimaryKeySchema> pkDefinedInMeta,
Column column,
WriterConfig config) |
| Modifier and Type | Method and Description |
|---|---|
List<PrimaryKeySchema> |
TimeseriesTableMeta.getFieldPrimaryKeys()
返回扩展主键列。
|
List<PrimaryKeySchema> |
TableMeta.getPrimaryKeyList()
返回包含所有主键列定义的只读列表。
|
List<PrimaryKeySchema> |
ComputeSplitsBySizeResponse.getPrimaryKeySchema()
获得主键列定义。
|
Map<String,PrimaryKeySchema> |
TableMeta.getPrimaryKeySchemaMap()
返回主键的列名与类型定义的对应字典,该字典的遍历顺序与表中主键的顺序一致。
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableMeta.addPrimaryKeyColumn(PrimaryKeySchema key)
添加一个主键列。
|
void |
TableMeta.addPrimaryKeyColumns(PrimaryKeySchema[] pks)
添加一组主键列。
|
void |
ComputeSplitsBySizeResponse.addPrimaryKeySchema(PrimaryKeySchema key)
添加一个主键列定义。
|
void |
ComputeSplitsBySizeResponse.addPrimaryKeySchemas(PrimaryKeySchema[] pks)
添加一组主键列定义。
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableMeta.addPrimaryKeyColumns(List<PrimaryKeySchema> pks)
添加一组主键列。
|
void |
ComputeSplitsBySizeResponse.addPrimaryKeySchemas(List<PrimaryKeySchema> pks)
添加一组主键列定义。
|
void |
ComputeSplitsBySizeResponse.setPrimaryKeySchema(List<PrimaryKeySchema> primaryKeySchema)
设置主键列定义。
|
| Modifier and Type | Method and Description |
|---|---|
List<PrimaryKeySchema> |
TimelineIdentifierSchema.getKeys()
Get the schema of timeline identifier, contains each field with name and type.
|
Copyright © 2024. All Rights Reserved.