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

Function DoAction

cpp/src/arrow/flight/sql/client.h:427–430  ·  view source on GitHub ↗

\brief Wrapper around FlightClient::DoPut. Don't call this directly. \internal Don't call this directly. \endinternal

Source from the content-addressed store, hash-verified

425 /// Don't call this directly.
426 /// \endinternal
427 virtual ::arrow::Result<std::unique_ptr<ResultStream>> DoAction(
428 const FlightCallOptions& options, const Action& action) {
429 return impl_->DoAction(options, action);
430 }
431};
432
433/// \brief A prepared statement that can be executed.

Callers

nothing calls this directly

Calls 1

DoActionMethod · 0.45

Tested by

no test coverage detected