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

Method StopProducing

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

Source from the content-addressed store, hash-verified

440void ExecPlan::StartProducing() { return ToDerived(this)->StartProducing(); }
441
442void ExecPlan::StopProducing() { ToDerived(this)->StopProducing(); }
443
444Future<> ExecPlan::finished() { return ToDerived(this)->finished_; }
445

Callers 13

garrow_execute_plan_stopFunction · 0.45
StopProducingImplMethod · 0.45
~BatchConverterMethod · 0.45
CloseMethod · 0.45
TESTFunction · 0.45
EndFromProcessThreadMethod · 0.45
EndFromSingleThreadMethod · 0.45
DoStopProducingMethod · 0.45
DoStopProducingMethod · 0.45
InputFinishedMethod · 0.45
ProcessMethod · 0.45

Calls 2

ToDerivedFunction · 0.85
OKFunction · 0.50

Tested by 3

TESTFunction · 0.36
DoStopProducingMethod · 0.36
DoStopProducingMethod · 0.36