\brief Wrapper around FlightClient::DoPut. Don't call this directly. \internal Don't call this directly. \endinternal
| 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. |