| 4373 | #if defined(ARROW_R_WITH_PARQUET) |
| 4374 | std::shared_ptr<arrow::Table> parquet___arrow___FileReader__ReadRowGroups2(const std::shared_ptr<parquet::arrow::FileReader>& reader, const std::vector<int>& row_groups, const std::vector<int>& column_indices); |
| 4375 | extern "C" SEXP _arrow_parquet___arrow___FileReader__ReadRowGroups2(SEXP reader_sexp, SEXP row_groups_sexp, SEXP column_indices_sexp){ |
| 4376 | BEGIN_CPP11 |
| 4377 | arrow::r::Input<const std::shared_ptr<parquet::arrow::FileReader>&>::type reader(reader_sexp); |
| 4378 | arrow::r::Input<const std::vector<int>&>::type row_groups(row_groups_sexp); |
| 4379 | arrow::r::Input<const std::vector<int>&>::type column_indices(column_indices_sexp); |
| 4380 | return cpp11::as_sexp(parquet___arrow___FileReader__ReadRowGroups2(reader, row_groups, column_indices)); |
| 4381 | END_CPP11 |
| 4382 | } |
| 4383 | #else |
| 4384 | extern "C" SEXP _arrow_parquet___arrow___FileReader__ReadRowGroups2(SEXP reader_sexp, SEXP row_groups_sexp, SEXP column_indices_sexp){ |
| 4385 | Rf_error("Cannot call parquet___arrow___FileReader__ReadRowGroups2(). See https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow C++ libraries. "); |
nothing calls this directly
no test coverage detected