Enum Class DerivationExpression.BinaryOp.BinaryOpType

java.lang.Object
java.lang.Enum<DerivationExpression.BinaryOp.BinaryOpType>
io.substrait.proto.DerivationExpression.BinaryOp.BinaryOpType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<DerivationExpression.BinaryOp.BinaryOpType>, Constable
Enclosing class:
DerivationExpression.BinaryOp

public static enum DerivationExpression.BinaryOp.BinaryOpType extends Enum<DerivationExpression.BinaryOp.BinaryOpType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum substrait.DerivationExpression.BinaryOp.BinaryOpType
  • Enum Constant Details

  • Field Details

    • BINARY_OP_TYPE_UNSPECIFIED_VALUE

      public static final int BINARY_OP_TYPE_UNSPECIFIED_VALUE
      BINARY_OP_TYPE_UNSPECIFIED = 0;
      See Also:
    • BINARY_OP_TYPE_PLUS_VALUE

      public static final int BINARY_OP_TYPE_PLUS_VALUE
      BINARY_OP_TYPE_PLUS = 1;
      See Also:
    • BINARY_OP_TYPE_MINUS_VALUE

      public static final int BINARY_OP_TYPE_MINUS_VALUE
      BINARY_OP_TYPE_MINUS = 2;
      See Also:
    • BINARY_OP_TYPE_MULTIPLY_VALUE

      public static final int BINARY_OP_TYPE_MULTIPLY_VALUE
      BINARY_OP_TYPE_MULTIPLY = 3;
      See Also:
    • BINARY_OP_TYPE_DIVIDE_VALUE

      public static final int BINARY_OP_TYPE_DIVIDE_VALUE
      BINARY_OP_TYPE_DIVIDE = 4;
      See Also:
    • BINARY_OP_TYPE_MIN_VALUE

      public static final int BINARY_OP_TYPE_MIN_VALUE
      BINARY_OP_TYPE_MIN = 5;
      See Also:
    • BINARY_OP_TYPE_MAX_VALUE

      public static final int BINARY_OP_TYPE_MAX_VALUE
      BINARY_OP_TYPE_MAX = 6;
      See Also:
    • BINARY_OP_TYPE_GREATER_THAN_VALUE

      public static final int BINARY_OP_TYPE_GREATER_THAN_VALUE
      BINARY_OP_TYPE_GREATER_THAN = 7;
      See Also:
    • BINARY_OP_TYPE_LESS_THAN_VALUE

      public static final int BINARY_OP_TYPE_LESS_THAN_VALUE
      BINARY_OP_TYPE_LESS_THAN = 8;
      See Also:
    • BINARY_OP_TYPE_AND_VALUE

      public static final int BINARY_OP_TYPE_AND_VALUE
      BINARY_OP_TYPE_AND = 9;
      See Also:
    • BINARY_OP_TYPE_OR_VALUE

      public static final int BINARY_OP_TYPE_OR_VALUE
      BINARY_OP_TYPE_OR = 10;
      See Also:
    • BINARY_OP_TYPE_EQUALS_VALUE

      public static final int BINARY_OP_TYPE_EQUALS_VALUE
      BINARY_OP_TYPE_EQUALS = 11;
      See Also:
    • BINARY_OP_TYPE_COVERS_VALUE

      public static final int BINARY_OP_TYPE_COVERS_VALUE
      BINARY_OP_TYPE_COVERS = 12;
      See Also:
  • Method Details

    • values

      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DerivationExpression.BinaryOp.BinaryOpType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class 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 DerivationExpression.BinaryOp.BinaryOpType valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static DerivationExpression.BinaryOp.BinaryOpType 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<DerivationExpression.BinaryOp.BinaryOpType> 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 DerivationExpression.BinaryOp.BinaryOpType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null