public static enum OtsDelivery.ParquetSchema.DataType extends Enum<OtsDelivery.ParquetSchema.DataType> implements com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolMessageEnum
com.alicloud.openservices.tablestore.core.protocol.ParquetSchema.DataType| 枚举常量和说明 |
|---|
BOOL
BOOL = 0; |
DATE
DATE = 4; |
DECIMAL
DECIMAL = 5; |
DOUBLE
DOUBLE = 3; |
FLOAT
FLOAT = 13; |
INT32
INT32 = 14; |
INT64
INT64 = 1; |
INT96
INT96 = 15; |
INTERVAL
INTERVAL = 12; |
LIST
LIST = 10; |
MAP
MAP = 11; |
TIME_MICROS
TIME_MICROS = 7; |
TIME_MILLIS
TIME_MILLIS = 6; |
TIMESTAMP_MICROS
TIMESTAMP_MICROS = 9; |
TIMESTAMP_MILLIS
TIMESTAMP_MILLIS = 8; |
UTF8
UTF8 = 2; |
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
BOOL_VALUE
BOOL = 0; |
static int |
DATE_VALUE
DATE = 4; |
static int |
DECIMAL_VALUE
DECIMAL = 5; |
static int |
DOUBLE_VALUE
DOUBLE = 3; |
static int |
FLOAT_VALUE
FLOAT = 13; |
static int |
INT32_VALUE
INT32 = 14; |
static int |
INT64_VALUE
INT64 = 1; |
static int |
INT96_VALUE
INT96 = 15; |
static int |
INTERVAL_VALUE
INTERVAL = 12; |
static int |
LIST_VALUE
LIST = 10; |
static int |
MAP_VALUE
MAP = 11; |
static int |
TIME_MICROS_VALUE
TIME_MICROS = 7; |
static int |
TIME_MILLIS_VALUE
TIME_MILLIS = 6; |
static int |
TIMESTAMP_MICROS_VALUE
TIMESTAMP_MICROS = 9; |
static int |
TIMESTAMP_MILLIS_VALUE
TIMESTAMP_MILLIS = 8; |
static int |
UTF8_VALUE
UTF8 = 2; |
| 限定符和类型 | 方法和说明 |
|---|---|
static OtsDelivery.ParquetSchema.DataType |
forNumber(int value) |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Internal.EnumLiteMap<OtsDelivery.ParquetSchema.DataType> |
internalGetValueMap() |
static OtsDelivery.ParquetSchema.DataType |
valueOf(com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OtsDelivery.ParquetSchema.DataType |
valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static OtsDelivery.ParquetSchema.DataType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static OtsDelivery.ParquetSchema.DataType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final OtsDelivery.ParquetSchema.DataType BOOL
BOOL = 0;public static final OtsDelivery.ParquetSchema.DataType INT64
INT64 = 1;public static final OtsDelivery.ParquetSchema.DataType UTF8
UTF8 = 2;public static final OtsDelivery.ParquetSchema.DataType DOUBLE
DOUBLE = 3;public static final OtsDelivery.ParquetSchema.DataType DATE
DATE = 4;public static final OtsDelivery.ParquetSchema.DataType DECIMAL
DECIMAL = 5;public static final OtsDelivery.ParquetSchema.DataType TIME_MILLIS
TIME_MILLIS = 6;public static final OtsDelivery.ParquetSchema.DataType TIME_MICROS
TIME_MICROS = 7;public static final OtsDelivery.ParquetSchema.DataType TIMESTAMP_MILLIS
TIMESTAMP_MILLIS = 8;public static final OtsDelivery.ParquetSchema.DataType TIMESTAMP_MICROS
TIMESTAMP_MICROS = 9;public static final OtsDelivery.ParquetSchema.DataType LIST
LIST = 10;public static final OtsDelivery.ParquetSchema.DataType MAP
MAP = 11;public static final OtsDelivery.ParquetSchema.DataType INTERVAL
INTERVAL = 12;public static final OtsDelivery.ParquetSchema.DataType FLOAT
FLOAT = 13;public static final OtsDelivery.ParquetSchema.DataType INT32
INT32 = 14;public static final OtsDelivery.ParquetSchema.DataType INT96
INT96 = 15;public static final int BOOL_VALUE
BOOL = 0;public static final int INT64_VALUE
INT64 = 1;public static final int UTF8_VALUE
UTF8 = 2;public static final int DOUBLE_VALUE
DOUBLE = 3;public static final int DATE_VALUE
DATE = 4;public static final int DECIMAL_VALUE
DECIMAL = 5;public static final int TIME_MILLIS_VALUE
TIME_MILLIS = 6;public static final int TIME_MICROS_VALUE
TIME_MICROS = 7;public static final int TIMESTAMP_MILLIS_VALUE
TIMESTAMP_MILLIS = 8;public static final int TIMESTAMP_MICROS_VALUE
TIMESTAMP_MICROS = 9;public static final int LIST_VALUE
LIST = 10;public static final int MAP_VALUE
MAP = 11;public static final int INTERVAL_VALUE
INTERVAL = 12;public static final int FLOAT_VALUE
FLOAT = 13;public static final int INT32_VALUE
INT32 = 14;public static final int INT96_VALUE
INT96 = 15;public static OtsDelivery.ParquetSchema.DataType[] values()
for (OtsDelivery.ParquetSchema.DataType c : OtsDelivery.ParquetSchema.DataType.values()) System.out.println(c);
public static OtsDelivery.ParquetSchema.DataType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public final int getNumber()
getNumber 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Internal.EnumLitegetNumber 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolMessageEnum@Deprecated public static OtsDelivery.ParquetSchema.DataType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static OtsDelivery.ParquetSchema.DataType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.aliyun.ots.thirdparty.com.google.protobuf.Internal.EnumLiteMap<OtsDelivery.ParquetSchema.DataType> internalGetValueMap()
public final com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolMessageEnumpublic final com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolMessageEnumpublic static final com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static OtsDelivery.ParquetSchema.DataType valueOf(com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025. All Rights Reserved.