MCPcopy 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]]
47void io___OutputStream__Close(const std::shared_ptr<arrow::io::OutputStream>& x) {
48 StopIfNotOk(x->Close());
49}
50
51// ------ arrow::io::RandomAccessFile
52

Callers 1

Calls 2

StopIfNotOkFunction · 0.85
CloseMethod · 0.45

Tested by

no test coverage detected