Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ PauseProducing
Method
PauseProducing
cpp/src/arrow/acero/map_node.cc:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void MapNode::PauseProducing(ExecNode* output, int32_t counter) {
62
inputs_[0]->PauseProducing(this, counter);
63
}
64
65
void MapNode::ResumeProducing(ExecNode* output, int32_t counter) {
66
inputs_[0]->ResumeProducing(this, counter);
Callers
1
ProcessBatch
Method · 0.45
Calls
no outgoing calls
Tested by
1
ProcessBatch
Method · 0.36