| 5065 | // recordbatchreader.cpp |
| 5066 | std::shared_ptr<arrow::RecordBatch> ipc___RecordBatchFileReader__ReadRecordBatch(const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader, int i); |
| 5067 | extern "C" SEXP _arrow_ipc___RecordBatchFileReader__ReadRecordBatch(SEXP reader_sexp, SEXP i_sexp){ |
| 5068 | BEGIN_CPP11 |
| 5069 | arrow::r::Input<const std::shared_ptr<arrow::ipc::RecordBatchFileReader>&>::type reader(reader_sexp); |
| 5070 | arrow::r::Input<int>::type i(i_sexp); |
| 5071 | return cpp11::as_sexp(ipc___RecordBatchFileReader__ReadRecordBatch(reader, i)); |
| 5072 | END_CPP11 |
| 5073 | } |
| 5074 | // recordbatchreader.cpp |
| 5075 | std::shared_ptr<arrow::ipc::RecordBatchFileReader> ipc___RecordBatchFileReader__Open(const std::shared_ptr<arrow::io::RandomAccessFile>& file); |
| 5076 | extern "C" SEXP _arrow_ipc___RecordBatchFileReader__Open(SEXP file_sexp){ |
nothing calls this directly
no test coverage detected