Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ io___OutputStream__Close
Function
io___OutputStream__Close
r/src/io.cpp:47–49 ·
view source on GitHub ↗
[[arrow::export]]
Source
from the content-addressed store, hash-verified
45
46
// [[arrow::export]]
47
void io___OutputStream__Close(const std::shared_ptr<arrow::io::OutputStream>& x) {
48
StopIfNotOk(x->Close());
49
}
50
51
// ------ arrow::io::RandomAccessFile
52
Callers
1
_arrow_io___OutputStream__Close
Function · 0.85
Calls
2
StopIfNotOk
Function · 0.85
Close
Method · 0.45
Tested by
no test coverage detected