Uses of Enum
org.apache.arrow.flight.sql.impl.FlightSql.SupportedSqlGrammar
-
Uses of FlightSql.SupportedSqlGrammar in org.apache.arrow.flight.sql
Modifier and TypeMethodDescriptionSqlInfoBuilder.withSqlSupportedGrammar
(FlightSql.SupportedSqlGrammar... values) Sets a value forFlightSql.SqlInfo.SQL_SUPPORTED_GRAMMAR
in the builder. -
Uses of FlightSql.SupportedSqlGrammar in org.apache.arrow.flight.sql.impl
Modifier and TypeMethodDescriptionFlightSql.SupportedSqlGrammar.forNumber
(int value) FlightSql.SupportedSqlGrammar.valueOf
(int value) Deprecated.FlightSql.SupportedSqlGrammar.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.SupportedSqlGrammar[]
FlightSql.SupportedSqlGrammar.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.SupportedSqlGrammar>
FlightSql.SupportedSqlGrammar.internalGetValueMap()