Class FlightSql.ActionCancelQueryRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionCancelQueryRequest.Builder>
org.apache.arrow.flight.sql.impl.FlightSql.ActionCancelQueryRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, FlightSql.ActionCancelQueryRequestOrBuilder
Enclosing class:
FlightSql.ActionCancelQueryRequest

public static final class FlightSql.ActionCancelQueryRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionCancelQueryRequest.Builder> implements FlightSql.ActionCancelQueryRequestOrBuilder

 Request message for the "CancelQuery" action.

 Explicitly cancel a running query.

 This lets a single client explicitly cancel work, no matter how many clients
 are involved/whether the query is distributed or not, given server support.
 The transaction/statement is not rolled back; it is the application's job to
 commit or rollback as appropriate. This only indicates the client no longer
 wishes to read the remainder of the query results or continue submitting
 data.

 This command is idempotent.

 This command is deprecated since 13.0.0. Use the "CancelFlightInfo"
 action with DoAction instead.
 
Protobuf type arrow.flight.protocol.sql.ActionCancelQueryRequest
  • Method Details