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

Method StopProducingImpl

cpp/src/arrow/acero/asof_join_node.cc:1530–1536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1528 void ResumeProducing(ExecNode* output, int32_t counter) override {}
1529
1530 Status StopProducingImpl() override {
1531#ifdef ARROW_ENABLE_THREADING
1532 process_.Clear();
1533#endif
1534 PushProcess(false);
1535 return Status::OK();
1536 }
1537
1538#ifndef NDEBUG
1539 std::ostream* GetDebugStream() { return debug_os_; }

Callers

nothing calls this directly

Calls 2

OKFunction · 0.50
ClearMethod · 0.45

Tested by

no test coverage detected