Package | Description |
---|---|
org.apache.arrow.flight.integration.tests | |
org.apache.arrow.flight.sql |
Modifier and Type | Method and Description |
---|---|
void |
FlightSqlScenarioProducer.cancelQuery(FlightInfo info,
FlightProducer.CallContext context,
FlightProducer.StreamListener<CancelResult> listener) |
Modifier and Type | Method and Description |
---|---|
CancelResult |
FlightSqlClient.cancelQuery(FlightInfo info,
CallOption... options)
|
static CancelResult |
CancelResult.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static CancelResult[] |
CancelResult.values()
Deprecated.
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)
Deprecated.
Prefer
#cancelFlightInfo(FlightInfo, CallContext, StreamListener) . |
Copyright © 2023 The Apache Software Foundation. All rights reserved.