Package org.apache.flink.fnexecution.v1
Enum FlinkFnApi.TypeInfo.TypeName
java.lang.Object
java.lang.Enum<FlinkFnApi.TypeInfo.TypeName>
org.apache.flink.fnexecution.v1.FlinkFnApi.TypeInfo.TypeName
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<FlinkFnApi.TypeInfo.TypeName>
- Enclosing class:
- FlinkFnApi.TypeInfo
public static enum FlinkFnApi.TypeInfo.TypeName
extends Enum<FlinkFnApi.TypeInfo.TypeName>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
org.apache.flink.fn_execution.v1.TypeInfo.TypeName-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAVRO = 23;BASIC_ARRAY = 15;BIG_DEC = 11;BIG_INT = 10;BOOLEAN = 3;BYTE = 2;CHAR = 9;DOUBLE = 8;FLOAT = 7;INSTANT = 22;INT = 5;LIST = 18;LOCAL_DATE = 24;LOCAL_DATETIME = 26;LOCAL_TIME = 25;LOCAL_ZONED_TIMESTAMP = 27;LONG = 6;MAP = 19;OBJECT_ARRAY = 21;PICKLED_BYTES = 20;PRIMITIVE_ARRAY = 16;ROW = 0;SHORT = 4;SQL_DATE = 12;SQL_TIME = 13;SQL_TIMESTAMP = 14;STRING = 1;TUPLE = 17; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAVRO = 23;static final intBASIC_ARRAY = 15;static final intBIG_DEC = 11;static final intBIG_INT = 10;static final intBOOLEAN = 3;static final intBYTE = 2;static final intCHAR = 9;static final intDOUBLE = 8;static final intFLOAT = 7;static final intINSTANT = 22;static final intINT = 5;static final intLIST = 18;static final intLOCAL_DATE = 24;static final intLOCAL_DATETIME = 26;static final intLOCAL_TIME = 25;static final intLOCAL_ZONED_TIMESTAMP = 27;static final intLONG = 6;static final intMAP = 19;static final intOBJECT_ARRAY = 21;static final intPICKLED_BYTES = 20;static final intPRIMITIVE_ARRAY = 16;static final intROW = 0;static final intSHORT = 4;static final intSQL_DATE = 12;static final intSQL_TIME = 13;static final intSQL_TIMESTAMP = 14;static final intSTRING = 1;static final intTUPLE = 17; -
Method Summary
Modifier and TypeMethodDescriptionstatic FlinkFnApi.TypeInfo.TypeNameforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<FlinkFnApi.TypeInfo.TypeName>static FlinkFnApi.TypeInfo.TypeNamevalueOf(int value) Deprecated.static FlinkFnApi.TypeInfo.TypeNamevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static FlinkFnApi.TypeInfo.TypeNameReturns the enum constant of this type with the specified name.static FlinkFnApi.TypeInfo.TypeName[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ROW
ROW = 0; -
STRING
STRING = 1; -
BYTE
BYTE = 2; -
BOOLEAN
BOOLEAN = 3; -
SHORT
SHORT = 4; -
INT
INT = 5; -
LONG
LONG = 6; -
FLOAT
FLOAT = 7; -
DOUBLE
DOUBLE = 8; -
CHAR
CHAR = 9; -
BIG_INT
BIG_INT = 10; -
BIG_DEC
BIG_DEC = 11; -
SQL_DATE
SQL_DATE = 12; -
SQL_TIME
SQL_TIME = 13; -
SQL_TIMESTAMP
SQL_TIMESTAMP = 14; -
BASIC_ARRAY
BASIC_ARRAY = 15; -
PRIMITIVE_ARRAY
PRIMITIVE_ARRAY = 16; -
TUPLE
TUPLE = 17; -
LIST
LIST = 18; -
MAP
MAP = 19; -
PICKLED_BYTES
PICKLED_BYTES = 20; -
OBJECT_ARRAY
OBJECT_ARRAY = 21; -
INSTANT
INSTANT = 22; -
AVRO
AVRO = 23; -
LOCAL_DATE
LOCAL_DATE = 24; -
LOCAL_TIME
LOCAL_TIME = 25; -
LOCAL_DATETIME
LOCAL_DATETIME = 26; -
LOCAL_ZONED_TIMESTAMP
LOCAL_ZONED_TIMESTAMP = 27; -
UNRECOGNIZED
-
-
Field Details
-
ROW_VALUE
public static final int ROW_VALUEROW = 0;- See Also:
-
STRING_VALUE
public static final int STRING_VALUESTRING = 1;- See Also:
-
BYTE_VALUE
public static final int BYTE_VALUEBYTE = 2;- See Also:
-
BOOLEAN_VALUE
public static final int BOOLEAN_VALUEBOOLEAN = 3;- See Also:
-
SHORT_VALUE
public static final int SHORT_VALUESHORT = 4;- See Also:
-
INT_VALUE
public static final int INT_VALUEINT = 5;- See Also:
-
LONG_VALUE
public static final int LONG_VALUELONG = 6;- See Also:
-
FLOAT_VALUE
public static final int FLOAT_VALUEFLOAT = 7;- See Also:
-
DOUBLE_VALUE
public static final int DOUBLE_VALUEDOUBLE = 8;- See Also:
-
CHAR_VALUE
public static final int CHAR_VALUECHAR = 9;- See Also:
-
BIG_INT_VALUE
public static final int BIG_INT_VALUEBIG_INT = 10;- See Also:
-
BIG_DEC_VALUE
public static final int BIG_DEC_VALUEBIG_DEC = 11;- See Also:
-
SQL_DATE_VALUE
public static final int SQL_DATE_VALUESQL_DATE = 12;- See Also:
-
SQL_TIME_VALUE
public static final int SQL_TIME_VALUESQL_TIME = 13;- See Also:
-
SQL_TIMESTAMP_VALUE
public static final int SQL_TIMESTAMP_VALUESQL_TIMESTAMP = 14;- See Also:
-
BASIC_ARRAY_VALUE
public static final int BASIC_ARRAY_VALUEBASIC_ARRAY = 15;- See Also:
-
PRIMITIVE_ARRAY_VALUE
public static final int PRIMITIVE_ARRAY_VALUEPRIMITIVE_ARRAY = 16;- See Also:
-
TUPLE_VALUE
public static final int TUPLE_VALUETUPLE = 17;- See Also:
-
LIST_VALUE
public static final int LIST_VALUELIST = 18;- See Also:
-
MAP_VALUE
public static final int MAP_VALUEMAP = 19;- See Also:
-
PICKLED_BYTES_VALUE
public static final int PICKLED_BYTES_VALUEPICKLED_BYTES = 20;- See Also:
-
OBJECT_ARRAY_VALUE
public static final int OBJECT_ARRAY_VALUEOBJECT_ARRAY = 21;- See Also:
-
INSTANT_VALUE
public static final int INSTANT_VALUEINSTANT = 22;- See Also:
-
AVRO_VALUE
public static final int AVRO_VALUEAVRO = 23;- See Also:
-
LOCAL_DATE_VALUE
public static final int LOCAL_DATE_VALUELOCAL_DATE = 24;- See Also:
-
LOCAL_TIME_VALUE
public static final int LOCAL_TIME_VALUELOCAL_TIME = 25;- See Also:
-
LOCAL_DATETIME_VALUE
public static final int LOCAL_DATETIME_VALUELOCAL_DATETIME = 26;- See Also:
-
LOCAL_ZONED_TIMESTAMP_VALUE
public static final int LOCAL_ZONED_TIMESTAMP_VALUELOCAL_ZONED_TIMESTAMP = 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<FlinkFnApi.TypeInfo.TypeName> 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 final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static FlinkFnApi.TypeInfo.TypeName 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
-