| 5049 | // recordbatchreader.cpp |
| 5050 | std::shared_ptr<arrow::Schema> ipc___RecordBatchFileReader__schema(const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader); |
| 5051 | extern "C" SEXP _arrow_ipc___RecordBatchFileReader__schema(SEXP reader_sexp){ |
| 5052 | BEGIN_CPP11 |
| 5053 | arrow::r::Input<const std::shared_ptr<arrow::ipc::RecordBatchFileReader>&>::type reader(reader_sexp); |
| 5054 | return cpp11::as_sexp(ipc___RecordBatchFileReader__schema(reader)); |
| 5055 | END_CPP11 |
| 5056 | } |
| 5057 | // recordbatchreader.cpp |
| 5058 | int ipc___RecordBatchFileReader__num_record_batches(const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader); |
| 5059 | extern "C" SEXP _arrow_ipc___RecordBatchFileReader__num_record_batches(SEXP reader_sexp){ |
nothing calls this directly
no test coverage detected