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

Method Close

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

Source from the content-addressed store, hash-verified

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

Calls 1

OKFunction · 0.50

Tested by

no test coverage detected