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 enum
org.apache.flink.fn_execution.v1.Schema.TypeName-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBASIC_ARRAY = 16;BIGINT = 4;BINARY = 12;BOOLEAN = 11;CHAR = 14;DATE = 8;DECIMAL = 5;DOUBLE = 7;FLOAT = 6;INT = 3;LOCAL_ZONED_TIMESTAMP = 19;MAP = 17;MULTISET = 18;NULL = 21;ROW = 0;SMALLINT = 2;TIME = 9;TIMESTAMP = 10;TINYINT = 1;VARBINARY = 13;VARCHAR = 15;ZONED_TIMESTAMP = 20; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intBASIC_ARRAY = 16;static final intBIGINT = 4;static final intBINARY = 12;static final intBOOLEAN = 11;static final intCHAR = 14;static final intDATE = 8;static final intDECIMAL = 5;static final intDOUBLE = 7;static final intFLOAT = 6;static final intINT = 3;static final intLOCAL_ZONED_TIMESTAMP = 19;static final intMAP = 17;static final intMULTISET = 18;static final intNULL = 21;static final intROW = 0;static final intSMALLINT = 2;static final intTIME = 9;static final intTIMESTAMP = 10;static final intTINYINT = 1;static final intVARBINARY = 13;static final intVARCHAR = 15;static final intZONED_TIMESTAMP = 20; -
Method Summary
Modifier and TypeMethodDescriptionstatic FlinkFnApi.Schema.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.Schema.TypeName>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.TypeNameReturns 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 Details
-
ROW
ROW = 0; -
TINYINT
TINYINT = 1; -
SMALLINT
SMALLINT = 2; -
INT
INT = 3; -
BIGINT
BIGINT = 4; -
DECIMAL
DECIMAL = 5; -
FLOAT
FLOAT = 6; -
DOUBLE
DOUBLE = 7; -
DATE
DATE = 8; -
TIME
TIME = 9; -
TIMESTAMP
TIMESTAMP = 10; -
BOOLEAN
BOOLEAN = 11; -
BINARY
BINARY = 12; -
VARBINARY
VARBINARY = 13; -
CHAR
CHAR = 14; -
VARCHAR
VARCHAR = 15; -
BASIC_ARRAY
BASIC_ARRAY = 16; -
MAP
MAP = 17; -
MULTISET
MULTISET = 18; -
LOCAL_ZONED_TIMESTAMP
LOCAL_ZONED_TIMESTAMP = 19; -
ZONED_TIMESTAMP
ZONED_TIMESTAMP = 20; -
NULL
NULL = 21; -
UNRECOGNIZED
-
-
Field Details
-
ROW_VALUE
public static final int ROW_VALUEROW = 0;- See Also:
-
TINYINT_VALUE
public static final int TINYINT_VALUETINYINT = 1;- See Also:
-
SMALLINT_VALUE
public static final int SMALLINT_VALUESMALLINT = 2;- See Also:
-
INT_VALUE
public static final int INT_VALUEINT = 3;- See Also:
-
BIGINT_VALUE
public static final int BIGINT_VALUEBIGINT = 4;- See Also:
-
DECIMAL_VALUE
public static final int DECIMAL_VALUEDECIMAL = 5;- See Also:
-
FLOAT_VALUE
public static final int FLOAT_VALUEFLOAT = 6;- See Also:
-
DOUBLE_VALUE
public static final int DOUBLE_VALUEDOUBLE = 7;- See Also:
-
DATE_VALUE
public static final int DATE_VALUEDATE = 8;- See Also:
-
TIME_VALUE
public static final int TIME_VALUETIME = 9;- See Also:
-
TIMESTAMP_VALUE
public static final int TIMESTAMP_VALUETIMESTAMP = 10;- See Also:
-
BOOLEAN_VALUE
public static final int BOOLEAN_VALUEBOOLEAN = 11;- See Also:
-
BINARY_VALUE
public static final int BINARY_VALUEBINARY = 12;- See Also:
-
VARBINARY_VALUE
public static final int VARBINARY_VALUEVARBINARY = 13;- See Also:
-
CHAR_VALUE
public static final int CHAR_VALUECHAR = 14;- See Also:
-
VARCHAR_VALUE
public static final int VARCHAR_VALUEVARCHAR = 15;- See Also:
-
BASIC_ARRAY_VALUE
public static final int BASIC_ARRAY_VALUEBASIC_ARRAY = 16;- See Also:
-
MAP_VALUE
public static final int MAP_VALUEMAP = 17;- See Also:
-
MULTISET_VALUE
public static final int MULTISET_VALUEMULTISET = 18;- See Also:
-
LOCAL_ZONED_TIMESTAMP_VALUE
public static final int LOCAL_ZONED_TIMESTAMP_VALUELOCAL_ZONED_TIMESTAMP = 19;- See Also:
-
ZONED_TIMESTAMP_VALUE
public static final int ZONED_TIMESTAMP_VALUEZONED_TIMESTAMP = 20;- See Also:
-
NULL_VALUE
public static final int NULL_VALUENULL = 21;- 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.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
-