MCPcopy Create free account
hub / github.com/apache/arrow / EndTransaction

Enum EndTransaction

cpp/src/arrow/flight/sql/server.h:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198/// \brief A request to end a transaction.
199struct ARROW_FLIGHT_SQL_EXPORT ActionEndTransactionRequest {
200 enum EndTransaction {
201 kCommit,
202 kRollback,
203 };
204
205 std::string transaction_id;
206 EndTransaction action;

Callers 1

DoActionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected