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

Method DoMarkFailed

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

Source from the content-addressed store, hash-verified

39 void DoMarkFinished() { DoMarkFinishedOrFailed(FutureState::SUCCESS); }
40
41 void DoMarkFailed() { DoMarkFinishedOrFailed(FutureState::FAILURE); }
42
43 void CheckOptions(const CallbackOptions& opts) {
44 if (opts.should_schedule != ShouldSchedule::Never) {

Callers 1

MarkFailedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected