Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ DoClose
Method
DoClose
cpp/src/arrow/io/file.cc:317–317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
315
}
316
317
Status ReadableFile::DoClose() { return impl_->Close(); }
318
319
bool ReadableFile::closed() const { return !impl_->is_open(); }
320
Callers
4
Close
Method · 0.45
DoAbort
Method · 0.45
Close
Method · 0.45
DoAbort
Method · 0.45
Calls
1
Close
Method · 0.45
Tested by
no test coverage detected