MCPcopy 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]]
40void io___InputStream__Close(const std::shared_ptr<arrow::io::InputStream>& x) {
41 StopIfNotOk(x->Close());
42}
43
44// ------ arrow::io::OutputStream
45

Callers 1

Calls 2

StopIfNotOkFunction · 0.85
CloseMethod · 0.45

Tested by

no test coverage detected