public static enum OtsDelivery.ParquetSchema.DataType extends Enum<OtsDelivery.ParquetSchema.DataType> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
BOOL |
DATE |
DECIMAL |
DOUBLE |
FLOAT |
INT32 |
INT64 |
INT96 |
INTERVAL |
LIST |
MAP |
TIME_MICROS |
TIME_MILLIS |
TIMESTAMP_MICROS |
TIMESTAMP_MILLIS |
UTF8 |
| Modifier and Type | Field and Description |
|---|---|
static int |
BOOL_VALUE |
static int |
DATE_VALUE |
static int |
DECIMAL_VALUE |
static int |
DOUBLE_VALUE |
static int |
FLOAT_VALUE |
static int |
INT32_VALUE |
static int |
INT64_VALUE |
static int |
INT96_VALUE |
static int |
INTERVAL_VALUE |
static int |
LIST_VALUE |
static int |
MAP_VALUE |
static int |
TIME_MICROS_VALUE |
static int |
TIME_MILLIS_VALUE |
static int |
TIMESTAMP_MICROS_VALUE |
static int |
TIMESTAMP_MILLIS_VALUE |
static int |
UTF8_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<OtsDelivery.ParquetSchema.DataType> |
internalGetValueMap() |
static OtsDelivery.ParquetSchema.DataType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OtsDelivery.ParquetSchema.DataType |
valueOf(int value) |
static OtsDelivery.ParquetSchema.DataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtsDelivery.ParquetSchema.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OtsDelivery.ParquetSchema.DataType BOOL
public static final OtsDelivery.ParquetSchema.DataType INT64
public static final OtsDelivery.ParquetSchema.DataType UTF8
public static final OtsDelivery.ParquetSchema.DataType DOUBLE
public static final OtsDelivery.ParquetSchema.DataType DATE
public static final OtsDelivery.ParquetSchema.DataType DECIMAL
public static final OtsDelivery.ParquetSchema.DataType TIME_MILLIS
public static final OtsDelivery.ParquetSchema.DataType TIME_MICROS
public static final OtsDelivery.ParquetSchema.DataType TIMESTAMP_MILLIS
public static final OtsDelivery.ParquetSchema.DataType TIMESTAMP_MICROS
public static final OtsDelivery.ParquetSchema.DataType LIST
public static final OtsDelivery.ParquetSchema.DataType MAP
public static final OtsDelivery.ParquetSchema.DataType INTERVAL
public static final OtsDelivery.ParquetSchema.DataType FLOAT
public static final OtsDelivery.ParquetSchema.DataType INT32
public static final OtsDelivery.ParquetSchema.DataType INT96
public static final int BOOL_VALUE
public static final int INT64_VALUE
public static final int UTF8_VALUE
public static final int DOUBLE_VALUE
public static final int DATE_VALUE
public static final int DECIMAL_VALUE
public static final int TIME_MILLIS_VALUE
public static final int TIME_MICROS_VALUE
public static final int TIMESTAMP_MILLIS_VALUE
public static final int TIMESTAMP_MICROS_VALUE
public static final int LIST_VALUE
public static final int MAP_VALUE
public static final int INTERVAL_VALUE
public static final int FLOAT_VALUE
public static final int INT32_VALUE
public static final int INT96_VALUE
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 - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static OtsDelivery.ParquetSchema.DataType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<OtsDelivery.ParquetSchema.DataType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static OtsDelivery.ParquetSchema.DataType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All Rights Reserved.