Uses of Enum
org.apache.arrow.flight.sql.CancelResult
Packages that use CancelResult
-
Uses of CancelResult in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql that return CancelResultModifier 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.Method parameters in org.apache.arrow.flight.sql with type arguments of type CancelResultModifier 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...)
.