Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ProcessBatch
Method · 0.45
Calls
3
plan
Function · 0.85
OK
Function · 0.50
StopProducing
Method · 0.45
Tested by
no test coverage detected