MCPcopy Create free account
hub / github.com/apache/arrow / _arrow_io___InputStream__Close

Function _arrow_io___InputStream__Close

r/src/arrowExports.cpp:3690–3696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3688// io.cpp
3689void io___InputStream__Close(const std::shared_ptr<arrow::io::InputStream>& x);
3690extern "C" SEXP _arrow_io___InputStream__Close(SEXP x_sexp){
3691BEGIN_CPP11
3692 arrow::r::Input<const std::shared_ptr<arrow::io::InputStream>&>::type x(x_sexp);
3693 io___InputStream__Close(x);
3694 return R_NilValue;
3695END_CPP11
3696}
3697// io.cpp
3698void io___OutputStream__Close(const std::shared_ptr<arrow::io::OutputStream>& x);
3699extern "C" SEXP _arrow_io___OutputStream__Close(SEXP x_sexp){

Callers

nothing calls this directly

Calls 1

io___InputStream__CloseFunction · 0.85

Tested by

no test coverage detected