| Package | Description |
|---|---|
| org.apache.arrow.flight | |
| org.apache.arrow.flight.sql |
| Modifier and Type | Method and Description |
|---|---|
static CancelFlightInfoRequest |
CancelFlightInfoRequest.deserialize(ByteBuffer serialized)
Parse the serialized form of this protocol message.
|
| Modifier and Type | Method and Description |
|---|---|
CancelFlightInfoResult |
FlightClient.cancelFlightInfo(CancelFlightInfoRequest request,
CallOption... options)
Cancel execution of a distributed query.
|
| Modifier and Type | Method and Description |
|---|---|
CancelFlightInfoResult |
FlightSqlClient.cancelFlightInfo(CancelFlightInfoRequest request,
CallOption... options)
Cancel execution of a distributed query.
|
default void |
FlightSqlProducer.cancelFlightInfo(CancelFlightInfoRequest request,
FlightProducer.CallContext context,
FlightProducer.StreamListener<CancelStatus> listener)
Explicitly cancel a query.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.