| 4400 | #if defined(ARROW_R_WITH_PARQUET) |
| 4401 | std::shared_ptr<arrow::Table> parquet___arrow___FileReader__ReadRowGroups1(const std::shared_ptr<parquet::arrow::FileReader>& reader, const std::vector<int>& row_groups); |
| 4402 | extern "C" SEXP _arrow_parquet___arrow___FileReader__ReadRowGroups1(SEXP reader_sexp, SEXP row_groups_sexp){ |
| 4403 | BEGIN_CPP11 |
| 4404 | arrow::r::Input<const std::shared_ptr<parquet::arrow::FileReader>&>::type reader(reader_sexp); |
| 4405 | arrow::r::Input<const std::vector<int>&>::type row_groups(row_groups_sexp); |
| 4406 | return cpp11::as_sexp(parquet___arrow___FileReader__ReadRowGroups1(reader, row_groups)); |
| 4407 | END_CPP11 |
| 4408 | } |
| 4409 | #else |
| 4410 | extern "C" SEXP _arrow_parquet___arrow___FileReader__ReadRowGroups1(SEXP reader_sexp, SEXP row_groups_sexp){ |
| 4411 | Rf_error("Cannot call parquet___arrow___FileReader__ReadRowGroups1(). See https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow C++ libraries. "); |
nothing calls this directly
no test coverage detected