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

Method MarkFailed

cpp/src/arrow/util/future.cc:226–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224void FutureImpl::MarkFinished() { GetConcreteFuture(this)->DoMarkFinished(); }
225
226void FutureImpl::MarkFailed() { GetConcreteFuture(this)->DoMarkFailed(); }
227
228void FutureImpl::AddCallback(Callback callback, CallbackOptions opts) {
229 GetConcreteFuture(this)->AddCallback(std::move(callback), opts);

Callers 1

DoMarkFinishedMethod · 0.80

Calls 2

GetConcreteFutureFunction · 0.85
DoMarkFailedMethod · 0.80

Tested by

no test coverage detected