| 5022 | // recordbatchreader.cpp |
| 5023 | std::shared_ptr<arrow::RecordBatch> ipc___RecordBatchFileReader__ReadRecordBatch(const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader, int i); |
| 5024 | extern "C" SEXP _arrow_ipc___RecordBatchFileReader__ReadRecordBatch(SEXP reader_sexp, SEXP i_sexp){ |
| 5025 | BEGIN_CPP11 |
| 5026 | arrow::r::Input<const std::shared_ptr<arrow::ipc::RecordBatchFileReader>&>::type reader(reader_sexp); |
| 5027 | arrow::r::Input<int>::type i(i_sexp); |
| 5028 | return cpp11::as_sexp(ipc___RecordBatchFileReader__ReadRecordBatch(reader, i)); |
| 5029 | END_CPP11 |
| 5030 | } |
| 5031 | // recordbatchreader.cpp |
| 5032 | std::shared_ptr<arrow::ipc::RecordBatchFileReader> ipc___RecordBatchFileReader__Open(const std::shared_ptr<arrow::io::RandomAccessFile>& file); |
| 5033 | extern "C" SEXP _arrow_ipc___RecordBatchFileReader__Open(SEXP file_sexp){ |
nothing calls this directly
no test coverage detected