Package org.apache.flink.fnexecution.v1
Enum FlinkFnApi.Schema.TypeName
- java.lang.Object
-
- java.lang.Enum<FlinkFnApi.Schema.TypeName>
-
- org.apache.flink.fnexecution.v1.FlinkFnApi.Schema.TypeName
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<FlinkFnApi.Schema.TypeName>
- Enclosing class:
- FlinkFnApi.Schema
public static enum FlinkFnApi.Schema.TypeName extends Enum<FlinkFnApi.Schema.TypeName> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumorg.apache.flink.fn_execution.v1.Schema.TypeName
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BASIC_ARRAYBASIC_ARRAY = 16;BIGINTBIGINT = 4;BINARYBINARY = 12;BOOLEANBOOLEAN = 11;CHARCHAR = 14;DATEDATE = 8;DECIMALDECIMAL = 5;DOUBLEDOUBLE = 7;FLOATFLOAT = 6;INTINT = 3;LOCAL_ZONED_TIMESTAMPLOCAL_ZONED_TIMESTAMP = 19;MAPMAP = 17;MULTISETMULTISET = 18;NULLNULL = 21;ROWROW = 0;SMALLINTSMALLINT = 2;TIMETIME = 9;TIMESTAMPTIMESTAMP = 10;TINYINTTINYINT = 1;UNRECOGNIZEDVARBINARYVARBINARY = 13;VARCHARVARCHAR = 15;ZONED_TIMESTAMPZONED_TIMESTAMP = 20;
-
Field Summary
Fields Modifier and Type Field Description static intBASIC_ARRAY_VALUEBASIC_ARRAY = 16;static intBIGINT_VALUEBIGINT = 4;static intBINARY_VALUEBINARY = 12;static intBOOLEAN_VALUEBOOLEAN = 11;static intCHAR_VALUECHAR = 14;static intDATE_VALUEDATE = 8;static intDECIMAL_VALUEDECIMAL = 5;static intDOUBLE_VALUEDOUBLE = 7;static intFLOAT_VALUEFLOAT = 6;static intINT_VALUEINT = 3;static intLOCAL_ZONED_TIMESTAMP_VALUELOCAL_ZONED_TIMESTAMP = 19;static intMAP_VALUEMAP = 17;static intMULTISET_VALUEMULTISET = 18;static intNULL_VALUENULL = 21;static intROW_VALUEROW = 0;static intSMALLINT_VALUESMALLINT = 2;static intTIME_VALUETIME = 9;static intTIMESTAMP_VALUETIMESTAMP = 10;static intTINYINT_VALUETINYINT = 1;static intVARBINARY_VALUEVARBINARY = 13;static intVARCHAR_VALUEVARCHAR = 15;static intZONED_TIMESTAMP_VALUEZONED_TIMESTAMP = 20;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FlinkFnApi.Schema.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.Schema.TypeName>internalGetValueMap()static FlinkFnApi.Schema.TypeNamevalueOf(int value)Deprecated.static FlinkFnApi.Schema.TypeNamevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static FlinkFnApi.Schema.TypeNamevalueOf(String name)Returns the enum constant of this type with the specified name.static FlinkFnApi.Schema.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.Schema.TypeName ROW
ROW = 0;
-
TINYINT
public static final FlinkFnApi.Schema.TypeName TINYINT
TINYINT = 1;
-
SMALLINT
public static final FlinkFnApi.Schema.TypeName SMALLINT
SMALLINT = 2;
-
INT
public static final FlinkFnApi.Schema.TypeName INT
INT = 3;
-
BIGINT
public static final FlinkFnApi.Schema.TypeName BIGINT
BIGINT = 4;
-
DECIMAL
public static final FlinkFnApi.Schema.TypeName DECIMAL
DECIMAL = 5;
-
FLOAT
public static final FlinkFnApi.Schema.TypeName FLOAT
FLOAT = 6;
-
DOUBLE
public static final FlinkFnApi.Schema.TypeName DOUBLE
DOUBLE = 7;
-
DATE
public static final FlinkFnApi.Schema.TypeName DATE
DATE = 8;
-
TIME
public static final FlinkFnApi.Schema.TypeName TIME
TIME = 9;
-
TIMESTAMP
public static final FlinkFnApi.Schema.TypeName TIMESTAMP
TIMESTAMP = 10;
-
BOOLEAN
public static final FlinkFnApi.Schema.TypeName BOOLEAN
BOOLEAN = 11;
-
BINARY
public static final FlinkFnApi.Schema.TypeName BINARY
BINARY = 12;
-
VARBINARY
public static final FlinkFnApi.Schema.TypeName VARBINARY
VARBINARY = 13;
-
CHAR
public static final FlinkFnApi.Schema.TypeName CHAR
CHAR = 14;
-
VARCHAR
public static final FlinkFnApi.Schema.TypeName VARCHAR
VARCHAR = 15;
-
BASIC_ARRAY
public static final FlinkFnApi.Schema.TypeName BASIC_ARRAY
BASIC_ARRAY = 16;
-
MAP
public static final FlinkFnApi.Schema.TypeName MAP
MAP = 17;
-
MULTISET
public static final FlinkFnApi.Schema.TypeName MULTISET
MULTISET = 18;
-
LOCAL_ZONED_TIMESTAMP
public static final FlinkFnApi.Schema.TypeName LOCAL_ZONED_TIMESTAMP
LOCAL_ZONED_TIMESTAMP = 19;
-
ZONED_TIMESTAMP
public static final FlinkFnApi.Schema.TypeName ZONED_TIMESTAMP
ZONED_TIMESTAMP = 20;
-
NULL
public static final FlinkFnApi.Schema.TypeName NULL
NULL = 21;
-
UNRECOGNIZED
public static final FlinkFnApi.Schema.TypeName UNRECOGNIZED
-
-
Field Detail
-
ROW_VALUE
public static final int ROW_VALUE
ROW = 0;- See Also:
- Constant Field Values
-
TINYINT_VALUE
public static final int TINYINT_VALUE
TINYINT = 1;- See Also:
- Constant Field Values
-
SMALLINT_VALUE
public static final int SMALLINT_VALUE
SMALLINT = 2;- See Also:
- Constant Field Values
-
INT_VALUE
public static final int INT_VALUE
INT = 3;- See Also:
- Constant Field Values
-
BIGINT_VALUE
public static final int BIGINT_VALUE
BIGINT = 4;- See Also:
- Constant Field Values
-
DECIMAL_VALUE
public static final int DECIMAL_VALUE
DECIMAL = 5;- See Also:
- Constant Field Values
-
FLOAT_VALUE
public static final int FLOAT_VALUE
FLOAT = 6;- See Also:
- Constant Field Values
-
DOUBLE_VALUE
public static final int DOUBLE_VALUE
DOUBLE = 7;- See Also:
- Constant Field Values
-
DATE_VALUE
public static final int DATE_VALUE
DATE = 8;- See Also:
- Constant Field Values
-
TIME_VALUE
public static final int TIME_VALUE
TIME = 9;- See Also:
- Constant Field Values
-
TIMESTAMP_VALUE
public static final int TIMESTAMP_VALUE
TIMESTAMP = 10;- See Also:
- Constant Field Values
-
BOOLEAN_VALUE
public static final int BOOLEAN_VALUE
BOOLEAN = 11;- See Also:
- Constant Field Values
-
BINARY_VALUE
public static final int BINARY_VALUE
BINARY = 12;- See Also:
- Constant Field Values
-
VARBINARY_VALUE
public static final int VARBINARY_VALUE
VARBINARY = 13;- See Also:
- Constant Field Values
-
CHAR_VALUE
public static final int CHAR_VALUE
CHAR = 14;- See Also:
- Constant Field Values
-
VARCHAR_VALUE
public static final int VARCHAR_VALUE
VARCHAR = 15;- See Also:
- Constant Field Values
-
BASIC_ARRAY_VALUE
public static final int BASIC_ARRAY_VALUE
BASIC_ARRAY = 16;- See Also:
- Constant Field Values
-
MAP_VALUE
public static final int MAP_VALUE
MAP = 17;- See Also:
- Constant Field Values
-
MULTISET_VALUE
public static final int MULTISET_VALUE
MULTISET = 18;- See Also:
- Constant Field Values
-
LOCAL_ZONED_TIMESTAMP_VALUE
public static final int LOCAL_ZONED_TIMESTAMP_VALUE
LOCAL_ZONED_TIMESTAMP = 19;- See Also:
- Constant Field Values
-
ZONED_TIMESTAMP_VALUE
public static final int ZONED_TIMESTAMP_VALUE
ZONED_TIMESTAMP = 20;- See Also:
- Constant Field Values
-
NULL_VALUE
public static final int NULL_VALUE
NULL = 21;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static FlinkFnApi.Schema.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.Schema.TypeName c : FlinkFnApi.Schema.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.Schema.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.Schema.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.Schema.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.Schema.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.Schema.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
-
-