Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Close
Method
Close
cpp/src/arrow/io/file.cc:128–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
Status Close() { return fd_.Close(); }
129
130
Result<int64_t> Read(int64_t nbytes, void* out) {
131
RETURN_NOT_OK(CheckClosed());
Callers
nothing calls this directly
Calls
1
Close
Method · 0.45
Tested by
no test coverage detected