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

Method Close

r/src/compute-exec.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 }
148
149 arrow::Status Close() override {
150 StopProducing();
151 return arrow::Status::OK();
152 }
153
154 const std::shared_ptr<arrow::acero::ExecPlan>& Plan() const { return plan_; }
155

Calls 1

OKFunction · 0.50

Tested by

no test coverage detected