Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ~MemoryMap
Method
~MemoryMap
cpp/src/arrow/io/file.cc:430–430 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
428
MemoryMap() : file_size_(0), map_len_(0) {}
429
430
~MemoryMap() { ARROW_CHECK_OK(Close()); }
431
432
Status Close() {
433
if (file_->is_open()) {
Callers
nothing calls this directly
Calls
1
Close
Function · 0.50
Tested by
no test coverage detected