Package | Description |
---|---|
org.apache.arrow.flight.sql | |
org.apache.arrow.flight.sql.impl |
Modifier and Type | Method and Description |
---|---|
SqlInfoBuilder |
SqlInfoBuilder.withSqlSupportedResultSetTypes(FlightSql.SqlSupportedResultSetType... values)
Sets a value for
FlightSql.SqlInfo.SQL_SUPPORTED_RESULT_SET_TYPES in the builder. |
Modifier and Type | Method and Description |
---|---|
static FlightSql.SqlSupportedResultSetType |
FlightSql.SqlSupportedResultSetType.forNumber(int value) |
static FlightSql.SqlSupportedResultSetType |
FlightSql.SqlSupportedResultSetType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FlightSql.SqlSupportedResultSetType |
FlightSql.SqlSupportedResultSetType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FlightSql.SqlSupportedResultSetType |
FlightSql.SqlSupportedResultSetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlightSql.SqlSupportedResultSetType[] |
FlightSql.SqlSupportedResultSetType.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.SqlSupportedResultSetType> |
FlightSql.SqlSupportedResultSetType.internalGetValueMap() |
Copyright © 2023 The Apache Software Foundation. All rights reserved.