Enum UserProtos.OuterJoinSupport

java.lang.Object
java.lang.Enum<UserProtos.OuterJoinSupport>
org.apache.drill.exec.proto.UserProtos.OuterJoinSupport
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<UserProtos.OuterJoinSupport>
Enclosing class:
UserProtos

public static enum UserProtos.OuterJoinSupport extends Enum<UserProtos.OuterJoinSupport> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum exec.user.OuterJoinSupport
  • Enum Constant Details

    • OJ_UNKNOWN

      public static final UserProtos.OuterJoinSupport OJ_UNKNOWN
       Unknown support (for forward compatibility)
       
      OJ_UNKNOWN = 0;
    • OJ_LEFT

      public static final UserProtos.OuterJoinSupport OJ_LEFT
       Left outer join is supported
       
      OJ_LEFT = 1;
    • OJ_RIGHT

      public static final UserProtos.OuterJoinSupport OJ_RIGHT
       Right outer join is supported
       
      OJ_RIGHT = 2;
    • OJ_FULL

      public static final UserProtos.OuterJoinSupport OJ_FULL
       Full outer join is supported
       
      OJ_FULL = 3;
    • OJ_NESTED

      public static final UserProtos.OuterJoinSupport OJ_NESTED
       Nested outer join is supported
       
      OJ_NESTED = 4;
    • OJ_NOT_ORDERED

      public static final UserProtos.OuterJoinSupport OJ_NOT_ORDERED
       Column names in the ON clause don't have to share the same order
      as their respective table names in the OUTER JOIN clase 
       
      OJ_NOT_ORDERED = 5;
    • OJ_INNER

      public static final UserProtos.OuterJoinSupport OJ_INNER
       Inner table can also be used in an inner join
       
      OJ_INNER = 6;
    • OJ_ALL_COMPARISON_OPS

      public static final UserProtos.OuterJoinSupport OJ_ALL_COMPARISON_OPS
       Any comparison operator is supported in the ON clause
       
      OJ_ALL_COMPARISON_OPS = 7;
  • Field Details

    • OJ_UNKNOWN_VALUE

      public static final int OJ_UNKNOWN_VALUE
       Unknown support (for forward compatibility)
       
      OJ_UNKNOWN = 0;
      See Also:
    • OJ_LEFT_VALUE

      public static final int OJ_LEFT_VALUE
       Left outer join is supported
       
      OJ_LEFT = 1;
      See Also:
    • OJ_RIGHT_VALUE

      public static final int OJ_RIGHT_VALUE
       Right outer join is supported
       
      OJ_RIGHT = 2;
      See Also:
    • OJ_FULL_VALUE

      public static final int OJ_FULL_VALUE
       Full outer join is supported
       
      OJ_FULL = 3;
      See Also:
    • OJ_NESTED_VALUE

      public static final int OJ_NESTED_VALUE
       Nested outer join is supported
       
      OJ_NESTED = 4;
      See Also:
    • OJ_NOT_ORDERED_VALUE

      public static final int OJ_NOT_ORDERED_VALUE
       Column names in the ON clause don't have to share the same order
      as their respective table names in the OUTER JOIN clase 
       
      OJ_NOT_ORDERED = 5;
      See Also:
    • OJ_INNER_VALUE

      public static final int OJ_INNER_VALUE
       Inner table can also be used in an inner join
       
      OJ_INNER = 6;
      See Also:
    • OJ_ALL_COMPARISON_OPS_VALUE

      public static final int OJ_ALL_COMPARISON_OPS_VALUE
       Any comparison operator is supported in the ON clause
       
      OJ_ALL_COMPARISON_OPS = 7;
      See Also:
  • Method Details

    • values

      public static UserProtos.OuterJoinSupport[] 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

      public static UserProtos.OuterJoinSupport 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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static UserProtos.OuterJoinSupport 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 name
      NullPointerException - if the argument is null
    • forNumber

      public static UserProtos.OuterJoinSupport 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<UserProtos.OuterJoinSupport> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static UserProtos.OuterJoinSupport 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 name
      NullPointerException - if the argument is null