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

Method executor

cpp/src/arrow/util/thread_pool_test.cc:453–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451class TransferTest : public testing::Test {
452 public:
453 internal::Executor* executor() { return mock_executor.get(); }
454 int spawn_count() { return mock_executor->spawn_count; }
455
456 std::function<void(const Status&)> callback = [](const Status&) {};

Callers 15

GetFragmentsFunction · 0.45
ScanBatchesAsyncMethod · 0.45
CountRowsMethod · 0.45
OpenReaderAsyncFunction · 0.45
BeginScanMethod · 0.45
InspectFragmentMethod · 0.45
CountRowsMethod · 0.45
FinishInternalMethod · 0.45
ScanBatchesAsyncMethod · 0.45
CountRowsMethod · 0.45
FinishInternalMethod · 0.45
DoOpenReaderFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected