| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model.delivery |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
ResponseFactory.createDataType(OtsDelivery.ParquetSchema.DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
static OtsDelivery.ParquetSchema.DataType |
OTSProtocolBuilder.toPBDataType(DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
ParquetSchema.getType()
获取OTS表中列类型
|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParquetSchema.setType(DataType type)
设置OTS表中列类型
|
| Constructor and Description |
|---|
ParquetSchema(String columnName,
DataType type)
初始化ParquetSchema实例
|
ParquetSchema(String columnName,
String ossColumnName,
DataType type)
初始化ParquetSchema实例
|
Copyright © 2024. All Rights Reserved.