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

Enum EndSavepoint

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

Source from the content-addressed store, hash-verified

187/// \brief A request to end a savepoint.
188struct ARROW_FLIGHT_SQL_EXPORT ActionEndSavepointRequest {
189 enum EndSavepoint {
190 kRelease,
191 kRollback,
192 };
193
194 std::string savepoint_id;
195 EndSavepoint action;

Callers 1

DoActionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected