Package org.apache.arrow.flight.sql.impl
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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionSQL_CONVERT_BIGINT = 0;
SQL_CONVERT_BINARY = 1;
SQL_CONVERT_BIT = 2;
SQL_CONVERT_CHAR = 3;
SQL_CONVERT_DATE = 4;
SQL_CONVERT_DECIMAL = 5;
SQL_CONVERT_FLOAT = 6;
SQL_CONVERT_INTEGER = 7;
SQL_CONVERT_INTERVAL_DAY_TIME = 8;
SQL_CONVERT_INTERVAL_YEAR_MONTH = 9;
SQL_CONVERT_LONGVARBINARY = 10;
SQL_CONVERT_LONGVARCHAR = 11;
SQL_CONVERT_NUMERIC = 12;
SQL_CONVERT_REAL = 13;
SQL_CONVERT_SMALLINT = 14;
SQL_CONVERT_TIME = 15;
SQL_CONVERT_TIMESTAMP = 16;
SQL_CONVERT_TINYINT = 17;
SQL_CONVERT_VARBINARY = 18;
SQL_CONVERT_VARCHAR = 19;
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
SQL_CONVERT_BIGINT = 0;
static final int
SQL_CONVERT_BINARY = 1;
static final int
SQL_CONVERT_BIT = 2;
static final int
SQL_CONVERT_CHAR = 3;
static final int
SQL_CONVERT_DATE = 4;
static final int
SQL_CONVERT_DECIMAL = 5;
static final int
SQL_CONVERT_FLOAT = 6;
static final int
SQL_CONVERT_INTEGER = 7;
static final int
SQL_CONVERT_INTERVAL_DAY_TIME = 8;
static final int
SQL_CONVERT_INTERVAL_YEAR_MONTH = 9;
static final int
SQL_CONVERT_LONGVARBINARY = 10;
static final int
SQL_CONVERT_LONGVARCHAR = 11;
static final int
SQL_CONVERT_NUMERIC = 12;
static final int
SQL_CONVERT_REAL = 13;
static final int
SQL_CONVERT_SMALLINT = 14;
static final int
SQL_CONVERT_TIME = 15;
static final int
SQL_CONVERT_TIMESTAMP = 16;
static final int
SQL_CONVERT_TINYINT = 17;
static final int
SQL_CONVERT_VARBINARY = 18;
static final int
SQL_CONVERT_VARCHAR = 19;
-
Method Summary
Modifier and TypeMethodDescriptionstatic FlightSql.SqlSupportsConvert
forNumber
(int value) static final com.google.protobuf.Descriptors.EnumDescriptor
final com.google.protobuf.Descriptors.EnumDescriptor
final int
final com.google.protobuf.Descriptors.EnumValueDescriptor
static com.google.protobuf.Internal.EnumLiteMap<FlightSql.SqlSupportsConvert>
static FlightSql.SqlSupportsConvert
valueOf
(int value) Deprecated.static FlightSql.SqlSupportsConvert
valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static FlightSql.SqlSupportsConvert
Returns the enum constant of this type with the specified name.static FlightSql.SqlSupportsConvert[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SQL_CONVERT_BIGINT
SQL_CONVERT_BIGINT = 0;
-
SQL_CONVERT_BINARY
SQL_CONVERT_BINARY = 1;
-
SQL_CONVERT_BIT
SQL_CONVERT_BIT = 2;
-
SQL_CONVERT_CHAR
SQL_CONVERT_CHAR = 3;
-
SQL_CONVERT_DATE
SQL_CONVERT_DATE = 4;
-
SQL_CONVERT_DECIMAL
SQL_CONVERT_DECIMAL = 5;
-
SQL_CONVERT_FLOAT
SQL_CONVERT_FLOAT = 6;
-
SQL_CONVERT_INTEGER
SQL_CONVERT_INTEGER = 7;
-
SQL_CONVERT_INTERVAL_DAY_TIME
SQL_CONVERT_INTERVAL_DAY_TIME = 8;
-
SQL_CONVERT_INTERVAL_YEAR_MONTH
SQL_CONVERT_INTERVAL_YEAR_MONTH = 9;
-
SQL_CONVERT_LONGVARBINARY
SQL_CONVERT_LONGVARBINARY = 10;
-
SQL_CONVERT_LONGVARCHAR
SQL_CONVERT_LONGVARCHAR = 11;
-
SQL_CONVERT_NUMERIC
SQL_CONVERT_NUMERIC = 12;
-
SQL_CONVERT_REAL
SQL_CONVERT_REAL = 13;
-
SQL_CONVERT_SMALLINT
SQL_CONVERT_SMALLINT = 14;
-
SQL_CONVERT_TIME
SQL_CONVERT_TIME = 15;
-
SQL_CONVERT_TIMESTAMP
SQL_CONVERT_TIMESTAMP = 16;
-
SQL_CONVERT_TINYINT
SQL_CONVERT_TINYINT = 17;
-
SQL_CONVERT_VARBINARY
SQL_CONVERT_VARBINARY = 18;
-
SQL_CONVERT_VARCHAR
SQL_CONVERT_VARCHAR = 19;
-
UNRECOGNIZED
-
-
Field Details
-
SQL_CONVERT_BIGINT_VALUE
public static final int SQL_CONVERT_BIGINT_VALUESQL_CONVERT_BIGINT = 0;
- See Also:
-
SQL_CONVERT_BINARY_VALUE
public static final int SQL_CONVERT_BINARY_VALUESQL_CONVERT_BINARY = 1;
- See Also:
-
SQL_CONVERT_BIT_VALUE
public static final int SQL_CONVERT_BIT_VALUESQL_CONVERT_BIT = 2;
- See Also:
-
SQL_CONVERT_CHAR_VALUE
public static final int SQL_CONVERT_CHAR_VALUESQL_CONVERT_CHAR = 3;
- See Also:
-
SQL_CONVERT_DATE_VALUE
public static final int SQL_CONVERT_DATE_VALUESQL_CONVERT_DATE = 4;
- See Also:
-
SQL_CONVERT_DECIMAL_VALUE
public static final int SQL_CONVERT_DECIMAL_VALUESQL_CONVERT_DECIMAL = 5;
- See Also:
-
SQL_CONVERT_FLOAT_VALUE
public static final int SQL_CONVERT_FLOAT_VALUESQL_CONVERT_FLOAT = 6;
- See Also:
-
SQL_CONVERT_INTEGER_VALUE
public static final int SQL_CONVERT_INTEGER_VALUESQL_CONVERT_INTEGER = 7;
- See Also:
-
SQL_CONVERT_INTERVAL_DAY_TIME_VALUE
public static final int SQL_CONVERT_INTERVAL_DAY_TIME_VALUESQL_CONVERT_INTERVAL_DAY_TIME = 8;
- See Also:
-
SQL_CONVERT_INTERVAL_YEAR_MONTH_VALUE
public static final int SQL_CONVERT_INTERVAL_YEAR_MONTH_VALUESQL_CONVERT_INTERVAL_YEAR_MONTH = 9;
- See Also:
-
SQL_CONVERT_LONGVARBINARY_VALUE
public static final int SQL_CONVERT_LONGVARBINARY_VALUESQL_CONVERT_LONGVARBINARY = 10;
- See Also:
-
SQL_CONVERT_LONGVARCHAR_VALUE
public static final int SQL_CONVERT_LONGVARCHAR_VALUESQL_CONVERT_LONGVARCHAR = 11;
- See Also:
-
SQL_CONVERT_NUMERIC_VALUE
public static final int SQL_CONVERT_NUMERIC_VALUESQL_CONVERT_NUMERIC = 12;
- See Also:
-
SQL_CONVERT_REAL_VALUE
public static final int SQL_CONVERT_REAL_VALUESQL_CONVERT_REAL = 13;
- See Also:
-
SQL_CONVERT_SMALLINT_VALUE
public static final int SQL_CONVERT_SMALLINT_VALUESQL_CONVERT_SMALLINT = 14;
- See Also:
-
SQL_CONVERT_TIME_VALUE
public static final int SQL_CONVERT_TIME_VALUESQL_CONVERT_TIME = 15;
- See Also:
-
SQL_CONVERT_TIMESTAMP_VALUE
public static final int SQL_CONVERT_TIMESTAMP_VALUESQL_CONVERT_TIMESTAMP = 16;
- See Also:
-
SQL_CONVERT_TINYINT_VALUE
public static final int SQL_CONVERT_TINYINT_VALUESQL_CONVERT_TINYINT = 17;
- See Also:
-
SQL_CONVERT_VARBINARY_VALUE
public static final int SQL_CONVERT_VARBINARY_VALUESQL_CONVERT_VARBINARY = 18;
- See Also:
-
SQL_CONVERT_VARCHAR_VALUE
public static final int SQL_CONVERT_VARCHAR_VALUESQL_CONVERT_VARCHAR = 19;
- See Also:
-
-
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:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in 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
- 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 interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.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 nameNullPointerException
- if the argument is null
-