Uses of Enum
org.apache.arrow.flight.sql.CancelResult
-
Uses of CancelResult in org.apache.arrow.flight.integration.tests
Modifier and TypeMethodDescriptionvoid
FlightSqlScenarioProducer.cancelQuery
(FlightInfo info, FlightProducer.CallContext context, FlightProducer.StreamListener<CancelResult> listener) -
Uses of CancelResult in org.apache.arrow.flight.sql
Modifier and TypeMethodDescriptionFlightSqlClient.cancelQuery
(FlightInfo info, CallOption... options) Deprecated.static CancelResult
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 TypeMethodDescriptiondefault void
FlightSqlProducer.cancelQuery
(FlightInfo info, FlightProducer.CallContext context, FlightProducer.StreamListener<CancelResult> listener)
FlightSqlClient.cancelFlightInfo(org.apache.arrow.flight.CancelFlightInfoRequest, org.apache.arrow.flight.CallOption...)
.