Package com.ocient.jdbc.proto
Enum PlanProtocol.JoinType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<PlanProtocol.JoinType>,java.lang.constant.Constable
- Enclosing class:
- PlanProtocol
public static enum PlanProtocol.JoinType extends Enum<PlanProtocol.JoinType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
xg.db.sqlPlans.JoinType-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description ANTIANTI = 5;FULLFULL = 3;INNERINNER = 1;INVALID_JOIN_TYPEINVALID_JOIN_TYPE = 0;LEFTLEFT = 2;SEMISEMI = 4;UNRECOGNIZED -
Field Summary
Fields Modifier and Type Field Description static intANTI_VALUEANTI = 5;static intFULL_VALUEFULL = 3;static intINNER_VALUEINNER = 1;static intINVALID_JOIN_TYPE_VALUEINVALID_JOIN_TYPE = 0;static intLEFT_VALUELEFT = 2;static intSEMI_VALUESEMI = 4; -
Method Summary
Modifier and Type Method Description static PlanProtocol.JoinTypeforNumber(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<PlanProtocol.JoinType>internalGetValueMap()static PlanProtocol.JoinTypevalueOf(int value)Deprecated.static PlanProtocol.JoinTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PlanProtocol.JoinTypevalueOf(String name)Returns the enum constant of this type with the specified name.static PlanProtocol.JoinType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
INVALID_JOIN_TYPE
INVALID_JOIN_TYPE = 0; -
INNER
INNER = 1; -
LEFT
LEFT = 2; -
FULL
FULL = 3; -
SEMI
SEMI = 4; -
ANTI
ANTI = 5; -
UNRECOGNIZED
-
-
Field Details
-
INVALID_JOIN_TYPE_VALUE
public static final int INVALID_JOIN_TYPE_VALUEINVALID_JOIN_TYPE = 0;- See Also:
- Constant Field Values
-
INNER_VALUE
public static final int INNER_VALUEINNER = 1;- See Also:
- Constant Field Values
-
LEFT_VALUE
public static final int LEFT_VALUELEFT = 2;- See Also:
- Constant Field Values
-
FULL_VALUE
public static final int FULL_VALUEFULL = 3;- See Also:
- Constant Field Values
-
SEMI_VALUE
public static final int SEMI_VALUESEMI = 4;- See Also:
- Constant Field Values
-
ANTI_VALUE
public static final int ANTI_VALUEANTI = 5;- See Also:
- Constant Field Values
-
-
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
-
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 PlanProtocol.JoinType 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
-