| 5039 | // recordbatchreader.cpp |
| 5040 | std::shared_ptr<arrow::Table> Table__from_RecordBatchFileReader(const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader); |
| 5041 | extern "C" SEXP _arrow_Table__from_RecordBatchFileReader(SEXP reader_sexp){ |
| 5042 | BEGIN_CPP11 |
| 5043 | arrow::r::Input<const std::shared_ptr<arrow::ipc::RecordBatchFileReader>&>::type reader(reader_sexp); |
| 5044 | return cpp11::as_sexp(Table__from_RecordBatchFileReader(reader)); |
| 5045 | END_CPP11 |
| 5046 | } |
| 5047 | // recordbatchreader.cpp |
| 5048 | cpp11::list ipc___RecordBatchFileReader__batches(const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader); |
| 5049 | extern "C" SEXP _arrow_ipc___RecordBatchFileReader__batches(SEXP reader_sexp){ |
nothing calls this directly
no test coverage detected