| Package | Description |
|---|---|
| org.apache.arrow.flight.sql |
| Modifier and Type | Method and Description |
|---|---|
CancelResult |
FlightSqlClient.cancelQuery(FlightInfo info,
CallOption... options)
Explicitly cancel a running query.
|
static CancelResult |
CancelResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CancelResult[] |
CancelResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
FlightSqlProducer.cancelQuery(FlightInfo info,
FlightProducer.CallContext context,
FlightProducer.StreamListener<CancelResult> listener)
Explicitly cancel a query.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.