| 5006 | // recordbatchreader.cpp |
| 5007 | std::shared_ptr<arrow::Schema> ipc___RecordBatchFileReader__schema(const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader); |
| 5008 | extern "C" SEXP _arrow_ipc___RecordBatchFileReader__schema(SEXP reader_sexp){ |
| 5009 | BEGIN_CPP11 |
| 5010 | arrow::r::Input<const std::shared_ptr<arrow::ipc::RecordBatchFileReader>&>::type reader(reader_sexp); |
| 5011 | return cpp11::as_sexp(ipc___RecordBatchFileReader__schema(reader)); |
| 5012 | END_CPP11 |
| 5013 | } |
| 5014 | // recordbatchreader.cpp |
| 5015 | int ipc___RecordBatchFileReader__num_record_batches(const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader); |
| 5016 | extern "C" SEXP _arrow_ipc___RecordBatchFileReader__num_record_batches(SEXP reader_sexp){ |
nothing calls this directly
no test coverage detected