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

Method DoStopProducing

cpp/src/arrow/acero/source_node_test.cc:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 using PauseThenStopNode::PauseThenStopNode;
102
103 Status DoStopProducing() {
104 plan()->StopProducing();
105 return Status::OK();
106 }
107};
108
109// GH-35837

Callers 1

ProcessBatchMethod · 0.45

Calls 3

planFunction · 0.85
OKFunction · 0.50
StopProducingMethod · 0.45

Tested by

no test coverage detected