| 5082 | // recordbatchreader.cpp |
| 5083 | std::shared_ptr<arrow::Table> Table__from_RecordBatchFileReader(const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader); |
| 5084 | extern "C" SEXP _arrow_Table__from_RecordBatchFileReader(SEXP reader_sexp){ |
| 5085 | BEGIN_CPP11 |
| 5086 | arrow::r::Input<const std::shared_ptr<arrow::ipc::RecordBatchFileReader>&>::type reader(reader_sexp); |
| 5087 | return cpp11::as_sexp(Table__from_RecordBatchFileReader(reader)); |
| 5088 | END_CPP11 |
| 5089 | } |
| 5090 | // recordbatchreader.cpp |
| 5091 | cpp11::list ipc___RecordBatchFileReader__batches(const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader); |
| 5092 | extern "C" SEXP _arrow_ipc___RecordBatchFileReader__batches(SEXP reader_sexp){ |
nothing calls this directly
no test coverage detected