Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Detach
Method
Detach
cpp/src/arrow/io/file.cc:417–417 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
415
uint8_t* data() { return const_cast<uint8_t*>(data_); }
416
417
void Detach() { data_ = nullptr; }
418
};
419
420
MemoryMap() : file_size_(0), map_len_(0) {}
Callers
1
Resize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected