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

Method StartProducing

cpp/src/arrow/dataset/test_util_internal.cc:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 Status StartProducing() override {
86 if (start_producing_) {
87 RETURN_NOT_OK(start_producing_(this));
88 }
89 started_ = true;
90 return Status::OK();
91 }
92
93 void PauseProducing(ExecNode* output, int32_t counter) override {
94 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