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

Method finished

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

Source from the content-addressed store, hash-verified

442void ExecPlan::StopProducing() { ToDerived(this)->StopProducing(); }
443
444Future<> ExecPlan::finished() { return ToDerived(this)->finished_; }
445
446bool ExecPlan::HasMetadata() const { return !!(ToDerived(this)->metadata_); }
447

Calls 1

ToDerivedFunction · 0.85