public static enum FlinkFnApi.CoderParam.DataType extends Enum<FlinkFnApi.CoderParam.DataType> implements com.google.protobuf.ProtocolMessageEnum
org.apache.flink.fn_execution.v1.CoderParam.DataType| Enum Constant and Description |
|---|
ARROW
ARROW = 3; |
FLATTEN_ROW
FLATTEN_ROW = 0; |
RAW
RAW = 2; |
ROW
ROW = 1; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ARROW_VALUE
ARROW = 3; |
static int |
FLATTEN_ROW_VALUE
FLATTEN_ROW = 0; |
static int |
RAW_VALUE
RAW = 2; |
static int |
ROW_VALUE
ROW = 1; |
| Modifier and Type | Method and Description |
|---|---|
static FlinkFnApi.CoderParam.DataType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<FlinkFnApi.CoderParam.DataType> |
internalGetValueMap() |
static FlinkFnApi.CoderParam.DataType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FlinkFnApi.CoderParam.DataType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FlinkFnApi.CoderParam.DataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlinkFnApi.CoderParam.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlinkFnApi.CoderParam.DataType FLATTEN_ROW
FLATTEN_ROW = 0;public static final FlinkFnApi.CoderParam.DataType ROW
ROW = 1;public static final FlinkFnApi.CoderParam.DataType RAW
RAW = 2;public static final FlinkFnApi.CoderParam.DataType ARROW
ARROW = 3;public static final FlinkFnApi.CoderParam.DataType UNRECOGNIZED
public static final int FLATTEN_ROW_VALUE
FLATTEN_ROW = 0;public static final int ROW_VALUE
ROW = 1;public static final int RAW_VALUE
RAW = 2;public static final int ARROW_VALUE
ARROW = 3;public static FlinkFnApi.CoderParam.DataType[] values()
for (FlinkFnApi.CoderParam.DataType c : FlinkFnApi.CoderParam.DataType.values()) System.out.println(c);
public static FlinkFnApi.CoderParam.DataType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static FlinkFnApi.CoderParam.DataType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static FlinkFnApi.CoderParam.DataType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FlinkFnApi.CoderParam.DataType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static FlinkFnApi.CoderParam.DataType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.