Package | Description |
---|---|
org.apache.arrow.flight.sql.impl |
Modifier and Type | Method and Description |
---|---|
static FlightSql.ActionCancelQueryResult.CancelResult |
FlightSql.ActionCancelQueryResult.CancelResult.forNumber(int value) |
FlightSql.ActionCancelQueryResult.CancelResult |
FlightSql.ActionCancelQueryResultOrBuilder.getResult()
.arrow.flight.protocol.sql.ActionCancelQueryResult.CancelResult result = 1; |
FlightSql.ActionCancelQueryResult.CancelResult |
FlightSql.ActionCancelQueryResult.getResult()
.arrow.flight.protocol.sql.ActionCancelQueryResult.CancelResult result = 1; |
FlightSql.ActionCancelQueryResult.CancelResult |
FlightSql.ActionCancelQueryResult.Builder.getResult()
.arrow.flight.protocol.sql.ActionCancelQueryResult.CancelResult result = 1; |
static FlightSql.ActionCancelQueryResult.CancelResult |
FlightSql.ActionCancelQueryResult.CancelResult.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FlightSql.ActionCancelQueryResult.CancelResult |
FlightSql.ActionCancelQueryResult.CancelResult.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FlightSql.ActionCancelQueryResult.CancelResult |
FlightSql.ActionCancelQueryResult.CancelResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlightSql.ActionCancelQueryResult.CancelResult[] |
FlightSql.ActionCancelQueryResult.CancelResult.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.ActionCancelQueryResult.CancelResult> |
FlightSql.ActionCancelQueryResult.CancelResult.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
FlightSql.ActionCancelQueryResult.Builder |
FlightSql.ActionCancelQueryResult.Builder.setResult(FlightSql.ActionCancelQueryResult.CancelResult value)
.arrow.flight.protocol.sql.ActionCancelQueryResult.CancelResult result = 1; |
Copyright © 2023 The Apache Software Foundation. All rights reserved.