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

Method closed

cpp/src/arrow/io/file.cc:319–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317Status ReadableFile::DoClose() { return impl_->Close(); }
318
319bool ReadableFile::closed() const { return !impl_->is_open(); }
320
321Status ReadableFile::WillNeed(const std::vector<ReadRange>& ranges) {
322 return impl_->WillNeed(ranges);

Callers 2

CheckClosedMethod · 0.45
is_openMethod · 0.45

Calls 1

is_openMethod · 0.45

Tested by

no test coverage detected