| 4357 | #if defined(ARROW_R_WITH_PARQUET) |
| 4358 | std::shared_ptr<arrow::Table> parquet___arrow___FileReader__ReadRowGroups1(const std::shared_ptr<parquet::arrow::FileReader>& reader, const std::vector<int>& row_groups); |
| 4359 | extern "C" SEXP _arrow_parquet___arrow___FileReader__ReadRowGroups1(SEXP reader_sexp, SEXP row_groups_sexp){ |
| 4360 | BEGIN_CPP11 |
| 4361 | arrow::r::Input<const std::shared_ptr<parquet::arrow::FileReader>&>::type reader(reader_sexp); |
| 4362 | arrow::r::Input<const std::vector<int>&>::type row_groups(row_groups_sexp); |
| 4363 | return cpp11::as_sexp(parquet___arrow___FileReader__ReadRowGroups1(reader, row_groups)); |
| 4364 | END_CPP11 |
| 4365 | } |
| 4366 | #else |
| 4367 | extern "C" SEXP _arrow_parquet___arrow___FileReader__ReadRowGroups1(SEXP reader_sexp, SEXP row_groups_sexp){ |
| 4368 | 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