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

Method OverrideWithServerError

cpp/src/arrow/flight/client.cc:277–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275
276 private:
277 Status OverrideWithServerError(Status&& st) {
278 if (st.ok()) {
279 return std::move(st);
280 }
281 return stream_->Finish(std::move(st));
282 }
283
284 std::shared_ptr<internal::ClientDataStream> stream_;
285 ipc::IpcReadOptions options_;

Callers

nothing calls this directly

Calls 2

okMethod · 0.45
FinishMethod · 0.45

Tested by

no test coverage detected