Uses of Enum
org.apache.arrow.flight.sql.impl.FlightSql.SqlSupportedUnions
-
Uses of FlightSql.SqlSupportedUnions in org.apache.arrow.flight.sql
Modifier and TypeMethodDescriptionSqlInfoBuilder.withSqlSupportedUnions
(FlightSql.SqlSupportedUnions... values) Sets a value forFlightSql.SqlInfo.SQL_SUPPORTED_UNIONS
in the builder. -
Uses of FlightSql.SqlSupportedUnions in org.apache.arrow.flight.sql.impl
Modifier and TypeMethodDescriptionstatic FlightSql.SqlSupportedUnions
FlightSql.SqlSupportedUnions.forNumber
(int value) static FlightSql.SqlSupportedUnions
FlightSql.SqlSupportedUnions.valueOf
(int value) Deprecated.static FlightSql.SqlSupportedUnions
FlightSql.SqlSupportedUnions.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static FlightSql.SqlSupportedUnions
Returns the enum constant of this type with the specified name.static FlightSql.SqlSupportedUnions[]
FlightSql.SqlSupportedUnions.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.SqlSupportedUnions>
FlightSql.SqlSupportedUnions.internalGetValueMap()