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 enumorg.apache.flink.fn_execution.v1.TypeInfo.TypeName
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AVROAVRO = 23;BASIC_ARRAYBASIC_ARRAY = 15;BIG_DECBIG_DEC = 11;BIG_INTBIG_INT = 10;BOOLEANBOOLEAN = 3;BYTEBYTE = 2;CHARCHAR = 9;DOUBLEDOUBLE = 8;FLOATFLOAT = 7;INSTANTINSTANT = 22;INTINT = 5;LISTLIST = 18;LOCAL_DATELOCAL_DATE = 24;LOCAL_DATETIMELOCAL_DATETIME = 26;LOCAL_TIMELOCAL_TIME = 25;LOCAL_ZONED_TIMESTAMPLOCAL_ZONED_TIMESTAMP = 27;LONGLONG = 6;MAPMAP = 19;OBJECT_ARRAYOBJECT_ARRAY = 21;PICKLED_BYTESPICKLED_BYTES = 20;PRIMITIVE_ARRAYPRIMITIVE_ARRAY = 16;ROWROW = 0;SHORTSHORT = 4;SQL_DATESQL_DATE = 12;SQL_TIMESQL_TIME = 13;SQL_TIMESTAMPSQL_TIMESTAMP = 14;STRINGSTRING = 1;TUPLETUPLE = 17;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intAVRO_VALUEAVRO = 23;static intBASIC_ARRAY_VALUEBASIC_ARRAY = 15;static intBIG_DEC_VALUEBIG_DEC = 11;static intBIG_INT_VALUEBIG_INT = 10;static intBOOLEAN_VALUEBOOLEAN = 3;static intBYTE_VALUEBYTE = 2;static intCHAR_VALUECHAR = 9;static intDOUBLE_VALUEDOUBLE = 8;static intFLOAT_VALUEFLOAT = 7;static intINSTANT_VALUEINSTANT = 22;static intINT_VALUEINT = 5;static intLIST_VALUELIST = 18;static intLOCAL_DATE_VALUELOCAL_DATE = 24;static intLOCAL_DATETIME_VALUELOCAL_DATETIME = 26;static intLOCAL_TIME_VALUELOCAL_TIME = 25;static intLOCAL_ZONED_TIMESTAMP_VALUELOCAL_ZONED_TIMESTAMP = 27;static intLONG_VALUELONG = 6;static intMAP_VALUEMAP = 19;static intOBJECT_ARRAY_VALUEOBJECT_ARRAY = 21;static intPICKLED_BYTES_VALUEPICKLED_BYTES = 20;static intPRIMITIVE_ARRAY_VALUEPRIMITIVE_ARRAY = 16;static intROW_VALUEROW = 0;static intSHORT_VALUESHORT = 4;static intSQL_DATE_VALUESQL_DATE = 12;static intSQL_TIME_VALUESQL_TIME = 13;static intSQL_TIMESTAMP_VALUESQL_TIMESTAMP = 14;static intSTRING_VALUESTRING = 1;static intTUPLE_VALUETUPLE = 17;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FlinkFnApi.TypeInfo.TypeNameforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<FlinkFnApi.TypeInfo.TypeName>internalGetValueMap()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.TypeNamevalueOf(String name)Returns 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 Detail
-
ROW
public static final FlinkFnApi.TypeInfo.TypeName ROW
ROW = 0;
-
STRING
public static final FlinkFnApi.TypeInfo.TypeName STRING
STRING = 1;
-
BYTE
public static final FlinkFnApi.TypeInfo.TypeName BYTE
BYTE = 2;
-
BOOLEAN
public static final FlinkFnApi.TypeInfo.TypeName BOOLEAN
BOOLEAN = 3;
-
SHORT
public static final FlinkFnApi.TypeInfo.TypeName SHORT
SHORT = 4;
-
INT
public static final FlinkFnApi.TypeInfo.TypeName INT
INT = 5;
-
LONG
public static final FlinkFnApi.TypeInfo.TypeName LONG
LONG = 6;
-
FLOAT
public static final FlinkFnApi.TypeInfo.TypeName FLOAT
FLOAT = 7;
-
DOUBLE
public static final FlinkFnApi.TypeInfo.TypeName DOUBLE
DOUBLE = 8;
-
CHAR
public static final FlinkFnApi.TypeInfo.TypeName CHAR
CHAR = 9;
-
BIG_INT
public static final FlinkFnApi.TypeInfo.TypeName BIG_INT
BIG_INT = 10;
-
BIG_DEC
public static final FlinkFnApi.TypeInfo.TypeName BIG_DEC
BIG_DEC = 11;
-
SQL_DATE
public static final FlinkFnApi.TypeInfo.TypeName SQL_DATE
SQL_DATE = 12;
-
SQL_TIME
public static final FlinkFnApi.TypeInfo.TypeName SQL_TIME
SQL_TIME = 13;
-
SQL_TIMESTAMP
public static final FlinkFnApi.TypeInfo.TypeName SQL_TIMESTAMP
SQL_TIMESTAMP = 14;
-
BASIC_ARRAY
public static final FlinkFnApi.TypeInfo.TypeName BASIC_ARRAY
BASIC_ARRAY = 15;
-
PRIMITIVE_ARRAY
public static final FlinkFnApi.TypeInfo.TypeName PRIMITIVE_ARRAY
PRIMITIVE_ARRAY = 16;
-
TUPLE
public static final FlinkFnApi.TypeInfo.TypeName TUPLE
TUPLE = 17;
-
LIST
public static final FlinkFnApi.TypeInfo.TypeName LIST
LIST = 18;
-
MAP
public static final FlinkFnApi.TypeInfo.TypeName MAP
MAP = 19;
-
PICKLED_BYTES
public static final FlinkFnApi.TypeInfo.TypeName PICKLED_BYTES
PICKLED_BYTES = 20;
-
OBJECT_ARRAY
public static final FlinkFnApi.TypeInfo.TypeName OBJECT_ARRAY
OBJECT_ARRAY = 21;
-
INSTANT
public static final FlinkFnApi.TypeInfo.TypeName INSTANT
INSTANT = 22;
-
AVRO
public static final FlinkFnApi.TypeInfo.TypeName AVRO
AVRO = 23;
-
LOCAL_DATE
public static final FlinkFnApi.TypeInfo.TypeName LOCAL_DATE
LOCAL_DATE = 24;
-
LOCAL_TIME
public static final FlinkFnApi.TypeInfo.TypeName LOCAL_TIME
LOCAL_TIME = 25;
-
LOCAL_DATETIME
public static final FlinkFnApi.TypeInfo.TypeName LOCAL_DATETIME
LOCAL_DATETIME = 26;
-
LOCAL_ZONED_TIMESTAMP
public static final FlinkFnApi.TypeInfo.TypeName LOCAL_ZONED_TIMESTAMP
LOCAL_ZONED_TIMESTAMP = 27;
-
UNRECOGNIZED
public static final FlinkFnApi.TypeInfo.TypeName UNRECOGNIZED
-
-
Field Detail
-
ROW_VALUE
public static final int ROW_VALUE
ROW = 0;- See Also:
- Constant Field Values
-
STRING_VALUE
public static final int STRING_VALUE
STRING = 1;- See Also:
- Constant Field Values
-
BYTE_VALUE
public static final int BYTE_VALUE
BYTE = 2;- See Also:
- Constant Field Values
-
BOOLEAN_VALUE
public static final int BOOLEAN_VALUE
BOOLEAN = 3;- See Also:
- Constant Field Values
-
SHORT_VALUE
public static final int SHORT_VALUE
SHORT = 4;- See Also:
- Constant Field Values
-
INT_VALUE
public static final int INT_VALUE
INT = 5;- See Also:
- Constant Field Values
-
LONG_VALUE
public static final int LONG_VALUE
LONG = 6;- See Also:
- Constant Field Values
-
FLOAT_VALUE
public static final int FLOAT_VALUE
FLOAT = 7;- See Also:
- Constant Field Values
-
DOUBLE_VALUE
public static final int DOUBLE_VALUE
DOUBLE = 8;- See Also:
- Constant Field Values
-
CHAR_VALUE
public static final int CHAR_VALUE
CHAR = 9;- See Also:
- Constant Field Values
-
BIG_INT_VALUE
public static final int BIG_INT_VALUE
BIG_INT = 10;- See Also:
- Constant Field Values
-
BIG_DEC_VALUE
public static final int BIG_DEC_VALUE
BIG_DEC = 11;- See Also:
- Constant Field Values
-
SQL_DATE_VALUE
public static final int SQL_DATE_VALUE
SQL_DATE = 12;- See Also:
- Constant Field Values
-
SQL_TIME_VALUE
public static final int SQL_TIME_VALUE
SQL_TIME = 13;- See Also:
- Constant Field Values
-
SQL_TIMESTAMP_VALUE
public static final int SQL_TIMESTAMP_VALUE
SQL_TIMESTAMP = 14;- See Also:
- Constant Field Values
-
BASIC_ARRAY_VALUE
public static final int BASIC_ARRAY_VALUE
BASIC_ARRAY = 15;- See Also:
- Constant Field Values
-
PRIMITIVE_ARRAY_VALUE
public static final int PRIMITIVE_ARRAY_VALUE
PRIMITIVE_ARRAY = 16;- See Also:
- Constant Field Values
-
TUPLE_VALUE
public static final int TUPLE_VALUE
TUPLE = 17;- See Also:
- Constant Field Values
-
LIST_VALUE
public static final int LIST_VALUE
LIST = 18;- See Also:
- Constant Field Values
-
MAP_VALUE
public static final int MAP_VALUE
MAP = 19;- See Also:
- Constant Field Values
-
PICKLED_BYTES_VALUE
public static final int PICKLED_BYTES_VALUE
PICKLED_BYTES = 20;- See Also:
- Constant Field Values
-
OBJECT_ARRAY_VALUE
public static final int OBJECT_ARRAY_VALUE
OBJECT_ARRAY = 21;- See Also:
- Constant Field Values
-
INSTANT_VALUE
public static final int INSTANT_VALUE
INSTANT = 22;- See Also:
- Constant Field Values
-
AVRO_VALUE
public static final int AVRO_VALUE
AVRO = 23;- See Also:
- Constant Field Values
-
LOCAL_DATE_VALUE
public static final int LOCAL_DATE_VALUE
LOCAL_DATE = 24;- See Also:
- Constant Field Values
-
LOCAL_TIME_VALUE
public static final int LOCAL_TIME_VALUE
LOCAL_TIME = 25;- See Also:
- Constant Field Values
-
LOCAL_DATETIME_VALUE
public static final int LOCAL_DATETIME_VALUE
LOCAL_DATETIME = 26;- See Also:
- Constant Field Values
-
LOCAL_ZONED_TIMESTAMP_VALUE
public static final int LOCAL_ZONED_TIMESTAMP_VALUE
LOCAL_ZONED_TIMESTAMP = 27;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static FlinkFnApi.TypeInfo.TypeName[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (FlinkFnApi.TypeInfo.TypeName c : FlinkFnApi.TypeInfo.TypeName.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static FlinkFnApi.TypeInfo.TypeName valueOf(String name)
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 public static FlinkFnApi.TypeInfo.TypeName valueOf(int value)
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
public static FlinkFnApi.TypeInfo.TypeName forNumber(int value)
- 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
-
-