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

Method StartProducing

cpp/src/arrow/acero/exec_plan.cc:440–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438Status ExecPlan::Validate() { return ToDerived(this)->Validate(); }
439
440void ExecPlan::StartProducing() { return ToDerived(this)->StartProducing(); }
441
442void ExecPlan::StopProducing() { ToDerived(this)->StopProducing(); }
443

Callers 5

StartProducingMethod · 0.45
DeclarationToTableImplFunction · 0.45
DeclarationToStatusImplFunction · 0.45

Calls 1

ToDerivedFunction · 0.85

Tested by

no test coverage detected