Package | Description |
---|---|
org.apache.arrow.flight.sql | |
org.apache.arrow.flight.sql.impl |
Modifier and Type | Method and Description |
---|---|
SqlInfoBuilder |
SqlInfoBuilder.withSqlSupportedGrammar(FlightSql.SupportedSqlGrammar... values)
Sets a value for
FlightSql.SqlInfo.SQL_SUPPORTED_GRAMMAR in the builder. |
Modifier and Type | Method and Description |
---|---|
static FlightSql.SupportedSqlGrammar |
FlightSql.SupportedSqlGrammar.forNumber(int value) |
static FlightSql.SupportedSqlGrammar |
FlightSql.SupportedSqlGrammar.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FlightSql.SupportedSqlGrammar |
FlightSql.SupportedSqlGrammar.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FlightSql.SupportedSqlGrammar |
FlightSql.SupportedSqlGrammar.valueOf(String 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 Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<FlightSql.SupportedSqlGrammar> |
FlightSql.SupportedSqlGrammar.internalGetValueMap() |
Copyright © 2023 The Apache Software Foundation. All rights reserved.