Uses of Enum
org.apache.arrow.flight.sql.impl.FlightSql.SqlSupportedSubqueries
Packages that use FlightSql.SqlSupportedSubqueries
-
Uses of FlightSql.SqlSupportedSubqueries in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql with parameters of type FlightSql.SqlSupportedSubqueriesModifier and TypeMethodDescriptionSqlInfoBuilder.withSqlSubQueriesSupported
(FlightSql.SqlSupportedSubqueries... values) Sets a value forFlightSql.SqlInfo.SQL_SUPPORTED_SUBQUERIES
in the builder. -
Uses of FlightSql.SqlSupportedSubqueries in org.apache.arrow.flight.sql.impl
Methods in org.apache.arrow.flight.sql.impl that return FlightSql.SqlSupportedSubqueriesModifier and TypeMethodDescriptionFlightSql.SqlSupportedSubqueries.forNumber
(int value) FlightSql.SqlSupportedSubqueries.valueOf
(int value) Deprecated.FlightSql.SqlSupportedSubqueries.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.SqlSupportedSubqueries[]
FlightSql.SqlSupportedSubqueries.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.arrow.flight.sql.impl that return types with arguments of type FlightSql.SqlSupportedSubqueriesModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FlightSql.SqlSupportedSubqueries>
FlightSql.SqlSupportedSubqueries.internalGetValueMap()