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

Function SlowTaskImpl

cpp/src/arrow/acero/task_util_test.cc:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71Status SlowTaskImpl(std::size_t, int64_t) {
72 SleepABit();
73 return Status::OK();
74}
75Status FastTaskImpl(std::size_t, int64_t) { return Status::OK(); }
76// If this is the last task group then start the next stage
77TaskScheduler::TaskGroupContinuationImpl MakeContinuation(

Callers

nothing calls this directly

Calls 2

SleepABitFunction · 0.85
OKFunction · 0.50

Tested by

no test coverage detected