| 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){ |
| 3700 | BEGIN_CPP11 |
| 3701 | arrow::r::Input<const std::shared_ptr<arrow::io::OutputStream>&>::type x(x_sexp); |
| 3702 | io___OutputStream__Close(x); |
| 3703 | return R_NilValue; |
| 3704 | END_CPP11 |
| 3705 | } |
| 3706 | // io.cpp |
| 3707 | r_vec_size io___RandomAccessFile__GetSize(const std::shared_ptr<arrow::io::RandomAccessFile>& x); |
| 3708 | extern "C" SEXP _arrow_io___RandomAccessFile__GetSize(SEXP x_sexp){ |
nothing calls this directly
no test coverage detected