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

Method DoMarkFinished

cpp/src/arrow/util/future.h:654–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652 }
653
654 void DoMarkFinished(Result<ValueType> res) {
655 SetResult(std::move(res));
656
657 if (ARROW_PREDICT_TRUE(GetResult()->ok())) {
658 impl_->MarkFinished();
659 } else {
660 impl_->MarkFailed();
661 }
662 }
663
664 void CheckValid() const {
665#ifndef NDEBUG

Callers

nothing calls this directly

Calls 3

MarkFailedMethod · 0.80
okMethod · 0.45
MarkFinishedMethod · 0.45

Tested by

no test coverage detected