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

Method MarkFinished

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

Source from the content-addressed store, hash-verified

222bool FutureImpl::Wait(double seconds) { return GetConcreteFuture(this)->DoWait(seconds); }
223
224void FutureImpl::MarkFinished() { GetConcreteFuture(this)->DoMarkFinished(); }
225
226void FutureImpl::MarkFailed() { GetConcreteFuture(this)->DoMarkFailed(); }
227

Callers 15

operator()Method · 0.45
TearDownMethod · 0.45
EndWriterCheckedMethod · 0.45
TEST_FFunction · 0.45
ReleaseMethod · 0.45
PrepareDirectoryMethod · 0.45
DeliverBatchesMethod · 0.45
FinishInspectionMethod · 0.45
FinishScanBeginMethod · 0.45
CheckScannerBackpressureFunction · 0.45
TEST_PFunction · 0.45
OnFinishMethod · 0.45

Calls 2

GetConcreteFutureFunction · 0.85
DoMarkFinishedMethod · 0.45

Tested by 15

TearDownMethod · 0.36
EndWriterCheckedMethod · 0.36
TEST_FFunction · 0.36
DeliverBatchesMethod · 0.36
FinishInspectionMethod · 0.36
FinishScanBeginMethod · 0.36
CheckScannerBackpressureFunction · 0.36
TEST_PFunction · 0.36
OnFinishMethod · 0.36
OnFinishMethod · 0.36
OnFinishMethod · 0.36
TESTFunction · 0.36