Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ io___InputStream__Close
Function
io___InputStream__Close
r/src/io.cpp:40–42 ·
view source on GitHub ↗
[[arrow::export]]
Source
from the content-addressed store, hash-verified
38
39
// [[arrow::export]]
40
void io___InputStream__Close(const std::shared_ptr<arrow::io::InputStream>& x) {
41
StopIfNotOk(x->Close());
42
}
43
44
// ------ arrow::io::OutputStream
45
Callers
1
_arrow_io___InputStream__Close
Function · 0.85
Calls
2
StopIfNotOk
Function · 0.85
Close
Method · 0.45
Tested by
no test coverage detected