Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ closed
Method
closed
cpp/src/arrow/io/interfaces.cc:274–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
}
273
274
bool closed() const override { return closed_; }
275
276
Result<int64_t> DoRead(int64_t nbytes, void* out) {
277
RETURN_NOT_OK(CheckOpen());
Callers
1
MakeInputStreamIterator
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected