| 4367 | #if defined(ARROW_R_WITH_PARQUET) |
| 4368 | std::shared_ptr<arrow::Table> parquet___arrow___FileReader__ReadRowGroup1(const std::shared_ptr<parquet::arrow::FileReader>& reader, int i); |
| 4369 | extern "C" SEXP _arrow_parquet___arrow___FileReader__ReadRowGroup1(SEXP reader_sexp, SEXP i_sexp){ |
| 4370 | BEGIN_CPP11 |
| 4371 | arrow::r::Input<const std::shared_ptr<parquet::arrow::FileReader>&>::type reader(reader_sexp); |
| 4372 | arrow::r::Input<int>::type i(i_sexp); |
| 4373 | return cpp11::as_sexp(parquet___arrow___FileReader__ReadRowGroup1(reader, i)); |
| 4374 | END_CPP11 |
| 4375 | } |
| 4376 | #else |
| 4377 | extern "C" SEXP _arrow_parquet___arrow___FileReader__ReadRowGroup1(SEXP reader_sexp, SEXP i_sexp){ |
| 4378 | Rf_error("Cannot call parquet___arrow___FileReader__ReadRowGroup1(). See https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow C++ libraries. "); |
nothing calls this directly
no test coverage detected