- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<GandivaTypes.GandivaType>
- Enclosing class:
- GandivaTypes
public static enum GandivaTypes.GandivaType
extends Enum<GandivaTypes.GandivaType>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
gandiva.types.GandivaType-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBINARY = 14;arrow::Type::BOOLDATE32 = 16;DATE64 = 17;DECIMAL = 22;DICTIONARY = 26;DOUBLE = 12;FIXED_SIZE_BINARY = 15;FLOAT = 11;HALF_FLOAT = 10;INT16 = 5;INT32 = 7;INT64 = 9;arrow::Type::INT8INTERVAL = 21;LIST = 23;MAP = 27;arrow::Type::NASTRUCT = 24;TIME32 = 19;TIME64 = 20;TIMESTAMP = 18;represents arrow::Type fields in src/arrow/type.hUINT32 = 6;UINT64 = 8;arrow::Type::UINT8UNION = 25;UTF8 = 13; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intBINARY = 14;static final intarrow::Type::BOOLstatic final intDATE32 = 16;static final intDATE64 = 17;static final intDECIMAL = 22;static final intDICTIONARY = 26;static final intDOUBLE = 12;static final intFIXED_SIZE_BINARY = 15;static final intFLOAT = 11;static final intHALF_FLOAT = 10;static final intINT16 = 5;static final intINT32 = 7;static final intINT64 = 9;static final intarrow::Type::INT8static final intINTERVAL = 21;static final intLIST = 23;static final intMAP = 27;static final intarrow::Type::NAstatic final intSTRUCT = 24;static final intTIME32 = 19;static final intTIME64 = 20;static final intTIMESTAMP = 18;static final intrepresents arrow::Type fields in src/arrow/type.hstatic final intUINT32 = 6;static final intUINT64 = 8;static final intarrow::Type::UINT8static final intUNION = 25;static final intUTF8 = 13; -
Method Summary
Modifier and TypeMethodDescriptionstatic GandivaTypes.GandivaTypeforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<GandivaTypes.GandivaType>static GandivaTypes.GandivaTypevalueOf(int value) Deprecated.static GandivaTypes.GandivaTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static GandivaTypes.GandivaTypeReturns the enum constant of this type with the specified name.static GandivaTypes.GandivaType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NONE
arrow::Type::NA
NONE = 0; -
BOOL
arrow::Type::BOOL
BOOL = 1; -
UINT8
arrow::Type::UINT8
UINT8 = 2; -
INT8
arrow::Type::INT8
INT8 = 3; -
UINT16
represents arrow::Type fields in src/arrow/type.h
UINT16 = 4; -
INT16
INT16 = 5; -
UINT32
UINT32 = 6; -
INT32
INT32 = 7; -
UINT64
UINT64 = 8; -
INT64
INT64 = 9; -
HALF_FLOAT
HALF_FLOAT = 10; -
FLOAT
FLOAT = 11; -
DOUBLE
DOUBLE = 12; -
UTF8
UTF8 = 13; -
BINARY
BINARY = 14; -
FIXED_SIZE_BINARY
FIXED_SIZE_BINARY = 15; -
DATE32
DATE32 = 16; -
DATE64
DATE64 = 17; -
TIMESTAMP
TIMESTAMP = 18; -
TIME32
TIME32 = 19; -
TIME64
TIME64 = 20; -
INTERVAL
INTERVAL = 21; -
DECIMAL
DECIMAL = 22; -
LIST
LIST = 23; -
STRUCT
STRUCT = 24; -
UNION
UNION = 25; -
DICTIONARY
DICTIONARY = 26; -
MAP
MAP = 27; -
UNRECOGNIZED
-
-
Field Details
-
NONE_VALUE
public static final int NONE_VALUEarrow::Type::NA
NONE = 0;- See Also:
-
BOOL_VALUE
public static final int BOOL_VALUEarrow::Type::BOOL
BOOL = 1;- See Also:
-
UINT8_VALUE
public static final int UINT8_VALUEarrow::Type::UINT8
UINT8 = 2;- See Also:
-
INT8_VALUE
public static final int INT8_VALUEarrow::Type::INT8
INT8 = 3;- See Also:
-
UINT16_VALUE
public static final int UINT16_VALUErepresents arrow::Type fields in src/arrow/type.h
UINT16 = 4;- See Also:
-
INT16_VALUE
public static final int INT16_VALUEINT16 = 5;- See Also:
-
UINT32_VALUE
public static final int UINT32_VALUEUINT32 = 6;- See Also:
-
INT32_VALUE
public static final int INT32_VALUEINT32 = 7;- See Also:
-
UINT64_VALUE
public static final int UINT64_VALUEUINT64 = 8;- See Also:
-
INT64_VALUE
public static final int INT64_VALUEINT64 = 9;- See Also:
-
HALF_FLOAT_VALUE
public static final int HALF_FLOAT_VALUEHALF_FLOAT = 10;- See Also:
-
FLOAT_VALUE
public static final int FLOAT_VALUEFLOAT = 11;- See Also:
-
DOUBLE_VALUE
public static final int DOUBLE_VALUEDOUBLE = 12;- See Also:
-
UTF8_VALUE
public static final int UTF8_VALUEUTF8 = 13;- See Also:
-
BINARY_VALUE
public static final int BINARY_VALUEBINARY = 14;- See Also:
-
FIXED_SIZE_BINARY_VALUE
public static final int FIXED_SIZE_BINARY_VALUEFIXED_SIZE_BINARY = 15;- See Also:
-
DATE32_VALUE
public static final int DATE32_VALUEDATE32 = 16;- See Also:
-
DATE64_VALUE
public static final int DATE64_VALUEDATE64 = 17;- See Also:
-
TIMESTAMP_VALUE
public static final int TIMESTAMP_VALUETIMESTAMP = 18;- See Also:
-
TIME32_VALUE
public static final int TIME32_VALUETIME32 = 19;- See Also:
-
TIME64_VALUE
public static final int TIME64_VALUETIME64 = 20;- See Also:
-
INTERVAL_VALUE
public static final int INTERVAL_VALUEINTERVAL = 21;- See Also:
-
DECIMAL_VALUE
public static final int DECIMAL_VALUEDECIMAL = 22;- See Also:
-
LIST_VALUE
public static final int LIST_VALUELIST = 23;- See Also:
-
STRUCT_VALUE
public static final int STRUCT_VALUESTRUCT = 24;- See Also:
-
UNION_VALUE
public static final int UNION_VALUEUNION = 25;- See Also:
-
DICTIONARY_VALUE
public static final int DICTIONARY_VALUEDICTIONARY = 26;- See Also:
-
MAP_VALUE
public static final int MAP_VALUEMAP = 27;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<GandivaTypes.GandivaType> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static GandivaTypes.GandivaType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-