Enum FlightSql.SqlSupportsConvert

java.lang.Object
java.lang.Enum<FlightSql.SqlSupportsConvert>
org.apache.arrow.flight.sql.impl.FlightSql.SqlSupportsConvert
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<FlightSql.SqlSupportsConvert>, java.lang.constant.Constable
Enclosing class:
FlightSql

public static enum FlightSql.SqlSupportsConvert extends Enum<FlightSql.SqlSupportsConvert> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum arrow.flight.protocol.sql.SqlSupportsConvert
  • Enum Constant Details

  • Field Details

    • SQL_CONVERT_BIGINT_VALUE

      public static final int SQL_CONVERT_BIGINT_VALUE
      SQL_CONVERT_BIGINT = 0;
      See Also:
    • SQL_CONVERT_BINARY_VALUE

      public static final int SQL_CONVERT_BINARY_VALUE
      SQL_CONVERT_BINARY = 1;
      See Also:
    • SQL_CONVERT_BIT_VALUE

      public static final int SQL_CONVERT_BIT_VALUE
      SQL_CONVERT_BIT = 2;
      See Also:
    • SQL_CONVERT_CHAR_VALUE

      public static final int SQL_CONVERT_CHAR_VALUE
      SQL_CONVERT_CHAR = 3;
      See Also:
    • SQL_CONVERT_DATE_VALUE

      public static final int SQL_CONVERT_DATE_VALUE
      SQL_CONVERT_DATE = 4;
      See Also:
    • SQL_CONVERT_DECIMAL_VALUE

      public static final int SQL_CONVERT_DECIMAL_VALUE
      SQL_CONVERT_DECIMAL = 5;
      See Also:
    • SQL_CONVERT_FLOAT_VALUE

      public static final int SQL_CONVERT_FLOAT_VALUE
      SQL_CONVERT_FLOAT = 6;
      See Also:
    • SQL_CONVERT_INTEGER_VALUE

      public static final int SQL_CONVERT_INTEGER_VALUE
      SQL_CONVERT_INTEGER = 7;
      See Also:
    • SQL_CONVERT_INTERVAL_DAY_TIME_VALUE

      public static final int SQL_CONVERT_INTERVAL_DAY_TIME_VALUE
      SQL_CONVERT_INTERVAL_DAY_TIME = 8;
      See Also:
    • SQL_CONVERT_INTERVAL_YEAR_MONTH_VALUE

      public static final int SQL_CONVERT_INTERVAL_YEAR_MONTH_VALUE
      SQL_CONVERT_INTERVAL_YEAR_MONTH = 9;
      See Also:
    • SQL_CONVERT_LONGVARBINARY_VALUE

      public static final int SQL_CONVERT_LONGVARBINARY_VALUE
      SQL_CONVERT_LONGVARBINARY = 10;
      See Also:
    • SQL_CONVERT_LONGVARCHAR_VALUE

      public static final int SQL_CONVERT_LONGVARCHAR_VALUE
      SQL_CONVERT_LONGVARCHAR = 11;
      See Also:
    • SQL_CONVERT_NUMERIC_VALUE

      public static final int SQL_CONVERT_NUMERIC_VALUE
      SQL_CONVERT_NUMERIC = 12;
      See Also:
    • SQL_CONVERT_REAL_VALUE

      public static final int SQL_CONVERT_REAL_VALUE
      SQL_CONVERT_REAL = 13;
      See Also:
    • SQL_CONVERT_SMALLINT_VALUE

      public static final int SQL_CONVERT_SMALLINT_VALUE
      SQL_CONVERT_SMALLINT = 14;
      See Also:
    • SQL_CONVERT_TIME_VALUE

      public static final int SQL_CONVERT_TIME_VALUE
      SQL_CONVERT_TIME = 15;
      See Also:
    • SQL_CONVERT_TIMESTAMP_VALUE

      public static final int SQL_CONVERT_TIMESTAMP_VALUE
      SQL_CONVERT_TIMESTAMP = 16;
      See Also:
    • SQL_CONVERT_TINYINT_VALUE

      public static final int SQL_CONVERT_TINYINT_VALUE
      SQL_CONVERT_TINYINT = 17;
      See Also:
    • SQL_CONVERT_VARBINARY_VALUE

      public static final int SQL_CONVERT_VARBINARY_VALUE
      SQL_CONVERT_VARBINARY = 18;
      See Also:
    • SQL_CONVERT_VARCHAR_VALUE

      public static final int SQL_CONVERT_VARCHAR_VALUE
      SQL_CONVERT_VARCHAR = 19;
      See Also:
  • Method Details

    • values

      public static FlightSql.SqlSupportsConvert[] 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 FlightSql.SqlSupportsConvert 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 FlightSql.SqlSupportsConvert 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 FlightSql.SqlSupportsConvert 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<FlightSql.SqlSupportsConvert> 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 FlightSql.SqlSupportsConvert 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