| 4981 | // recordbatchreader.cpp |
| 4982 | std::shared_ptr<arrow::RecordBatchReader> RecordBatchReader__Head(const std::shared_ptr<arrow::RecordBatchReader>& reader, int64_t num_rows); |
| 4983 | extern "C" SEXP _arrow_RecordBatchReader__Head(SEXP reader_sexp, SEXP num_rows_sexp){ |
| 4984 | BEGIN_CPP11 |
| 4985 | arrow::r::Input<const std::shared_ptr<arrow::RecordBatchReader>&>::type reader(reader_sexp); |
| 4986 | arrow::r::Input<int64_t>::type num_rows(num_rows_sexp); |
| 4987 | return cpp11::as_sexp(RecordBatchReader__Head(reader, num_rows)); |
| 4988 | END_CPP11 |
| 4989 | } |
| 4990 | // recordbatchreader.cpp |
| 4991 | std::shared_ptr<arrow::RecordBatchReader> MakeSafeRecordBatchReader(const std::shared_ptr<arrow::RecordBatchReader>& reader); |
| 4992 | extern "C" SEXP _arrow_MakeSafeRecordBatchReader(SEXP reader_sexp){ |
nothing calls this directly
no test coverage detected