Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ StartProducing
Method
StartProducing
r/src/compute-exec.cpp:165–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
arrow::StopToken stop_token_;
164
165
void StartProducing() {
166
plan_->StartProducing();
167
plan_status_ = PLAN_RUNNING;
168
}
169
170
void StopProducing() {
171
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