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

Function ParseActionBeginTransactionRequest

cpp/src/arrow/flight/sql/server.cc:332–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332arrow::Result<ActionBeginTransactionRequest> ParseActionBeginTransactionRequest(
333 const Action& action) {
334 pb::sql::ActionBeginTransactionRequest command;
335 RETURN_NOT_OK(flight::internal::UnpackProtoAction(action, &command));
336
337 ActionBeginTransactionRequest result;
338 return result;
339}
340
341// ActionCancelQueryRequest is deprecated
342ARROW_SUPPRESS_DEPRECATION_WARNING

Callers

nothing calls this directly

Calls 1

UnpackProtoActionFunction · 0.85

Tested by

no test coverage detected