Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ StartProducing
Method
StartProducing
r/src/compute-exec.cpp:167–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
arrow::StopToken stop_token_;
166
167
void StartProducing() {
168
plan_->StartProducing();
169
plan_status_ = PLAN_RUNNING;
170
}
171
172
void StopProducing() {
173
if (plan_status_ == PLAN_RUNNING) {
Callers
2
ExecPlan_Write
Function · 0.45
ExecPlan_run_substrait
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected