| 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){ |
| 5093 | BEGIN_CPP11 |
| 5094 | arrow::r::Input<const std::shared_ptr<arrow::ipc::RecordBatchFileReader>&>::type reader(reader_sexp); |
| 5095 | return cpp11::as_sexp(ipc___RecordBatchFileReader__batches(reader)); |
| 5096 | END_CPP11 |
| 5097 | } |
| 5098 | // recordbatchwriter.cpp |
| 5099 | void ipc___RecordBatchWriter__WriteRecordBatch(const std::shared_ptr<arrow::ipc::RecordBatchWriter>& batch_writer, const std::shared_ptr<arrow::RecordBatch>& batch); |
| 5100 | extern "C" SEXP _arrow_ipc___RecordBatchWriter__WriteRecordBatch(SEXP batch_writer_sexp, SEXP batch_sexp){ |
nothing calls this directly
no test coverage detected