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

Method Close

r/src/recordbatchreader.cpp:216–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 }
215
216 arrow::Status Close() override { return parent_->Close(); }
217
218 private:
219 std::shared_ptr<arrow::RecordBatchReader> parent_;

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected