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

Method StopProducingImpl

cpp/src/arrow/acero/sorted_merge_node.cc:409–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407 }
408
409 arrow::Status StopProducingImpl() override {
410#ifdef ARROW_ENABLE_THREADING
411 process_queue.Clear();
412#endif
413 PushTask(kPoisonPill);
414 return Status::OK();
415 }
416
417 // handled by the backpressure controller
418 void PauseProducing(arrow::acero::ExecNode* output, int32_t counter) override {}

Callers

nothing calls this directly

Calls 2

OKFunction · 0.50
ClearMethod · 0.45

Tested by

no test coverage detected