public static enum FlightSql.SqlOuterJoinsSupportLevel extends Enum<FlightSql.SqlOuterJoinsSupportLevel> implements com.google.protobuf.ProtocolMessageEnum
arrow.flight.protocol.sql.SqlOuterJoinsSupportLevel| Enum Constant and Description |
|---|
SQL_FULL_OUTER_JOINS
SQL_FULL_OUTER_JOINS = 2; |
SQL_JOINS_UNSUPPORTED
SQL_JOINS_UNSUPPORTED = 0; |
SQL_LIMITED_OUTER_JOINS
SQL_LIMITED_OUTER_JOINS = 1; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
SQL_FULL_OUTER_JOINS_VALUE
SQL_FULL_OUTER_JOINS = 2; |
static int |
SQL_JOINS_UNSUPPORTED_VALUE
SQL_JOINS_UNSUPPORTED = 0; |
static int |
SQL_LIMITED_OUTER_JOINS_VALUE
SQL_LIMITED_OUTER_JOINS = 1; |
| Modifier and Type | Method and Description |
|---|---|
static FlightSql.SqlOuterJoinsSupportLevel |
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.SqlOuterJoinsSupportLevel> |
internalGetValueMap() |
static FlightSql.SqlOuterJoinsSupportLevel |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FlightSql.SqlOuterJoinsSupportLevel |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FlightSql.SqlOuterJoinsSupportLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlightSql.SqlOuterJoinsSupportLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlightSql.SqlOuterJoinsSupportLevel SQL_JOINS_UNSUPPORTED
SQL_JOINS_UNSUPPORTED = 0;public static final FlightSql.SqlOuterJoinsSupportLevel SQL_LIMITED_OUTER_JOINS
SQL_LIMITED_OUTER_JOINS = 1;public static final FlightSql.SqlOuterJoinsSupportLevel SQL_FULL_OUTER_JOINS
SQL_FULL_OUTER_JOINS = 2;public static final FlightSql.SqlOuterJoinsSupportLevel UNRECOGNIZED
public static final int SQL_JOINS_UNSUPPORTED_VALUE
SQL_JOINS_UNSUPPORTED = 0;public static final int SQL_LIMITED_OUTER_JOINS_VALUE
SQL_LIMITED_OUTER_JOINS = 1;public static final int SQL_FULL_OUTER_JOINS_VALUE
SQL_FULL_OUTER_JOINS = 2;public static FlightSql.SqlOuterJoinsSupportLevel[] values()
for (FlightSql.SqlOuterJoinsSupportLevel c : FlightSql.SqlOuterJoinsSupportLevel.values()) System.out.println(c);
public static FlightSql.SqlOuterJoinsSupportLevel 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.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static FlightSql.SqlOuterJoinsSupportLevel valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static FlightSql.SqlOuterJoinsSupportLevel forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FlightSql.SqlOuterJoinsSupportLevel> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static FlightSql.SqlOuterJoinsSupportLevel valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 The Apache Software Foundation. All rights reserved.