| 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){ |
| 5050 | BEGIN_CPP11 |
| 5051 | arrow::r::Input<const std::shared_ptr<arrow::ipc::RecordBatchFileReader>&>::type reader(reader_sexp); |
| 5052 | return cpp11::as_sexp(ipc___RecordBatchFileReader__batches(reader)); |
| 5053 | END_CPP11 |
| 5054 | } |
| 5055 | // recordbatchwriter.cpp |
| 5056 | void ipc___RecordBatchWriter__WriteRecordBatch(const std::shared_ptr<arrow::ipc::RecordBatchWriter>& batch_writer, const std::shared_ptr<arrow::RecordBatch>& batch); |
| 5057 | extern "C" SEXP _arrow_ipc___RecordBatchWriter__WriteRecordBatch(SEXP batch_writer_sexp, SEXP batch_sexp){ |
nothing calls this directly
no test coverage detected