Uses of Enum
org.apache.arrow.flight.sql.impl.FlightSql.SqlOuterJoinsSupportLevel
-
Uses of FlightSql.SqlOuterJoinsSupportLevel in org.apache.arrow.flight.sql
Modifier and TypeMethodDescriptionSqlInfoBuilder.withSqlOuterJoinSupportLevel
(FlightSql.SqlOuterJoinsSupportLevel... value) Sets a value forFlightSql.SqlInfo.SQL_OUTER_JOINS_SUPPORT_LEVEL
in the builder. -
Uses of FlightSql.SqlOuterJoinsSupportLevel in org.apache.arrow.flight.sql.impl
Modifier and TypeMethodDescriptionFlightSql.SqlOuterJoinsSupportLevel.forNumber
(int value) FlightSql.SqlOuterJoinsSupportLevel.valueOf
(int value) Deprecated.FlightSql.SqlOuterJoinsSupportLevel.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified 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 TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FlightSql.SqlOuterJoinsSupportLevel>
FlightSql.SqlOuterJoinsSupportLevel.internalGetValueMap()