Package | Description |
---|---|
org.apache.arrow.flight.sql | |
org.apache.arrow.flight.sql.impl |
Modifier and Type | Method and Description |
---|---|
SqlInfoBuilder |
SqlInfoBuilder.withSqlOuterJoinSupportLevel(FlightSql.SqlOuterJoinsSupportLevel... value)
Sets a value for
FlightSql.SqlInfo.SQL_OUTER_JOINS_SUPPORT_LEVEL in the builder. |
Modifier and Type | Method and Description |
---|---|
static FlightSql.SqlOuterJoinsSupportLevel |
FlightSql.SqlOuterJoinsSupportLevel.forNumber(int value) |
static FlightSql.SqlOuterJoinsSupportLevel |
FlightSql.SqlOuterJoinsSupportLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FlightSql.SqlOuterJoinsSupportLevel |
FlightSql.SqlOuterJoinsSupportLevel.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FlightSql.SqlOuterJoinsSupportLevel |
FlightSql.SqlOuterJoinsSupportLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlightSql.SqlOuterJoinsSupportLevel[] |
FlightSql.SqlOuterJoinsSupportLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<FlightSql.SqlOuterJoinsSupportLevel> |
FlightSql.SqlOuterJoinsSupportLevel.internalGetValueMap() |
Copyright © 2023 The Apache Software Foundation. All rights reserved.