Uses of Enum Class
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 CancelResultDeprecated.Returns the enum constant of this class with the specified name.static CancelResult[]CancelResult.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.apache.arrow.flight.sql with type arguments of type CancelResultModifier and TypeMethodDescriptiondefault voidFlightSqlProducer.cancelQuery(FlightInfo info, FlightProducer.CallContext context, FlightProducer.StreamListener<CancelResult> listener)
FlightSqlClient.cancelFlightInfo(org.apache.arrow.flight.CancelFlightInfoRequest, org.apache.arrow.flight.CallOption...).