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

Method StartProducing

cpp/src/arrow/acero/test_util_internal.cc:96–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 Status StartProducing() override {
97 if (start_producing_) {
98 RETURN_NOT_OK(start_producing_(this));
99 }
100 started_ = true;
101 return Status::OK();
102 }
103
104 void PauseProducing(ExecNode* output, int32_t counter) override {
105 ASSERT_NE(output_, nullptr) << "Sink nodes should not experience backpressure";

Callers 2

StartAndFinishFunction · 0.45
StartAndCollectFunction · 0.45

Calls 1

OKFunction · 0.50

Tested by

no test coverage detected