public static enum FlightSql.SqlNullOrdering extends Enum<FlightSql.SqlNullOrdering> implements com.google.protobuf.ProtocolMessageEnum
arrow.flight.protocol.sql.SqlNullOrdering
Enum Constant and Description |
---|
SQL_NULLS_SORTED_AT_END
SQL_NULLS_SORTED_AT_END = 3; |
SQL_NULLS_SORTED_AT_START
SQL_NULLS_SORTED_AT_START = 2; |
SQL_NULLS_SORTED_HIGH
SQL_NULLS_SORTED_HIGH = 0; |
SQL_NULLS_SORTED_LOW
SQL_NULLS_SORTED_LOW = 1; |
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
SQL_NULLS_SORTED_AT_END_VALUE
SQL_NULLS_SORTED_AT_END = 3; |
static int |
SQL_NULLS_SORTED_AT_START_VALUE
SQL_NULLS_SORTED_AT_START = 2; |
static int |
SQL_NULLS_SORTED_HIGH_VALUE
SQL_NULLS_SORTED_HIGH = 0; |
static int |
SQL_NULLS_SORTED_LOW_VALUE
SQL_NULLS_SORTED_LOW = 1; |
Modifier and Type | Method and Description |
---|---|
static FlightSql.SqlNullOrdering |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<FlightSql.SqlNullOrdering> |
internalGetValueMap() |
static FlightSql.SqlNullOrdering |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FlightSql.SqlNullOrdering |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FlightSql.SqlNullOrdering |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlightSql.SqlNullOrdering[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlightSql.SqlNullOrdering SQL_NULLS_SORTED_HIGH
SQL_NULLS_SORTED_HIGH = 0;
public static final FlightSql.SqlNullOrdering SQL_NULLS_SORTED_LOW
SQL_NULLS_SORTED_LOW = 1;
public static final FlightSql.SqlNullOrdering SQL_NULLS_SORTED_AT_START
SQL_NULLS_SORTED_AT_START = 2;
public static final FlightSql.SqlNullOrdering SQL_NULLS_SORTED_AT_END
SQL_NULLS_SORTED_AT_END = 3;
public static final FlightSql.SqlNullOrdering UNRECOGNIZED
public static final int SQL_NULLS_SORTED_HIGH_VALUE
SQL_NULLS_SORTED_HIGH = 0;
public static final int SQL_NULLS_SORTED_LOW_VALUE
SQL_NULLS_SORTED_LOW = 1;
public static final int SQL_NULLS_SORTED_AT_START_VALUE
SQL_NULLS_SORTED_AT_START = 2;
public static final int SQL_NULLS_SORTED_AT_END_VALUE
SQL_NULLS_SORTED_AT_END = 3;
public static FlightSql.SqlNullOrdering[] values()
for (FlightSql.SqlNullOrdering c : FlightSql.SqlNullOrdering.values()) System.out.println(c);
public static FlightSql.SqlNullOrdering valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static FlightSql.SqlNullOrdering valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static FlightSql.SqlNullOrdering forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FlightSql.SqlNullOrdering> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static FlightSql.SqlNullOrdering valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 The Apache Software Foundation. All rights reserved.