| 3688 | // io.cpp |
| 3689 | void io___InputStream__Close(const std::shared_ptr<arrow::io::InputStream>& x); |
| 3690 | extern "C" SEXP _arrow_io___InputStream__Close(SEXP x_sexp){ |
| 3691 | BEGIN_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; |
| 3695 | END_CPP11 |
| 3696 | } |
| 3697 | // io.cpp |
| 3698 | void io___OutputStream__Close(const std::shared_ptr<arrow::io::OutputStream>& x); |
| 3699 | extern "C" SEXP _arrow_io___OutputStream__Close(SEXP x_sexp){ |
nothing calls this directly
no test coverage detected