public static enum PlanProto.JoinType extends Enum<PlanProto.JoinType> implements com.google.protobuf.ProtocolMessageEnum
JoinType| Enum Constant and Description |
|---|
CROSS_JOIN
CROSS_JOIN = 0; |
FULL_OUTER_JOIN
FULL_OUTER_JOIN = 4; |
INNER_JOIN
INNER_JOIN = 1; |
LEFT_ANTI_JOIN
LEFT_ANTI_JOIN = 6; |
LEFT_OUTER_JOIN
LEFT_OUTER_JOIN = 2; |
LEFT_SEMI_JOIN
LEFT_SEMI_JOIN = 8; |
RIGHT_ANTI_JOIN
RIGHT_ANTI_JOIN = 7; |
RIGHT_OUTER_JOIN
RIGHT_OUTER_JOIN = 3; |
RIGHT_SEMI_JOIN
RIGHT_SEMI_JOIN = 9; |
UNION_JOIN
UNION_JOIN = 5; |
| Modifier and Type | Field and Description |
|---|---|
static int |
CROSS_JOIN_VALUE
CROSS_JOIN = 0; |
static int |
FULL_OUTER_JOIN_VALUE
FULL_OUTER_JOIN = 4; |
static int |
INNER_JOIN_VALUE
INNER_JOIN = 1; |
static int |
LEFT_ANTI_JOIN_VALUE
LEFT_ANTI_JOIN = 6; |
static int |
LEFT_OUTER_JOIN_VALUE
LEFT_OUTER_JOIN = 2; |
static int |
LEFT_SEMI_JOIN_VALUE
LEFT_SEMI_JOIN = 8; |
static int |
RIGHT_ANTI_JOIN_VALUE
RIGHT_ANTI_JOIN = 7; |
static int |
RIGHT_OUTER_JOIN_VALUE
RIGHT_OUTER_JOIN = 3; |
static int |
RIGHT_SEMI_JOIN_VALUE
RIGHT_SEMI_JOIN = 9; |
static int |
UNION_JOIN_VALUE
UNION_JOIN = 5; |
| Modifier and Type | Method and Description |
|---|---|
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<PlanProto.JoinType> |
internalGetValueMap() |
static PlanProto.JoinType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PlanProto.JoinType |
valueOf(int value) |
static PlanProto.JoinType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanProto.JoinType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanProto.JoinType CROSS_JOIN
CROSS_JOIN = 0;public static final PlanProto.JoinType INNER_JOIN
INNER_JOIN = 1;public static final PlanProto.JoinType LEFT_OUTER_JOIN
LEFT_OUTER_JOIN = 2;public static final PlanProto.JoinType RIGHT_OUTER_JOIN
RIGHT_OUTER_JOIN = 3;public static final PlanProto.JoinType FULL_OUTER_JOIN
FULL_OUTER_JOIN = 4;public static final PlanProto.JoinType UNION_JOIN
UNION_JOIN = 5;public static final PlanProto.JoinType LEFT_ANTI_JOIN
LEFT_ANTI_JOIN = 6;public static final PlanProto.JoinType RIGHT_ANTI_JOIN
RIGHT_ANTI_JOIN = 7;public static final PlanProto.JoinType LEFT_SEMI_JOIN
LEFT_SEMI_JOIN = 8;public static final PlanProto.JoinType RIGHT_SEMI_JOIN
RIGHT_SEMI_JOIN = 9;public static final int CROSS_JOIN_VALUE
CROSS_JOIN = 0;public static final int INNER_JOIN_VALUE
INNER_JOIN = 1;public static final int LEFT_OUTER_JOIN_VALUE
LEFT_OUTER_JOIN = 2;public static final int RIGHT_OUTER_JOIN_VALUE
RIGHT_OUTER_JOIN = 3;public static final int FULL_OUTER_JOIN_VALUE
FULL_OUTER_JOIN = 4;public static final int UNION_JOIN_VALUE
UNION_JOIN = 5;public static final int LEFT_ANTI_JOIN_VALUE
LEFT_ANTI_JOIN = 6;public static final int RIGHT_ANTI_JOIN_VALUE
RIGHT_ANTI_JOIN = 7;public static final int LEFT_SEMI_JOIN_VALUE
LEFT_SEMI_JOIN = 8;public static final int RIGHT_SEMI_JOIN_VALUE
RIGHT_SEMI_JOIN = 9;public static PlanProto.JoinType[] values()
for (PlanProto.JoinType c : PlanProto.JoinType.values()) System.out.println(c);
public static PlanProto.JoinType 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.ProtocolMessageEnumpublic static PlanProto.JoinType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<PlanProto.JoinType> 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 PlanProto.JoinType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2015 Apache Software Foundation. All Rights Reserved.