| 3179 | // feather.cpp |
| 3180 | std::shared_ptr<arrow::Table> ipc___feather___Reader__Read(const std::shared_ptr<arrow::ipc::feather::Reader>& reader, cpp11::sexp columns); |
| 3181 | extern "C" SEXP _arrow_ipc___feather___Reader__Read(SEXP reader_sexp, SEXP columns_sexp){ |
| 3182 | BEGIN_CPP11 |
| 3183 | arrow::r::Input<const std::shared_ptr<arrow::ipc::feather::Reader>&>::type reader(reader_sexp); |
| 3184 | arrow::r::Input<cpp11::sexp>::type columns(columns_sexp); |
| 3185 | return cpp11::as_sexp(ipc___feather___Reader__Read(reader, columns)); |
| 3186 | END_CPP11 |
| 3187 | } |
| 3188 | // feather.cpp |
| 3189 | std::shared_ptr<arrow::ipc::feather::Reader> ipc___feather___Reader__Open(const std::shared_ptr<arrow::io::RandomAccessFile>& stream); |
| 3190 | extern "C" SEXP _arrow_ipc___feather___Reader__Open(SEXP stream_sexp){ |
nothing calls this directly
no test coverage detected