| 4416 | #if defined(ARROW_R_WITH_PARQUET) |
| 4417 | 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); |
| 4418 | extern "C" SEXP _arrow_parquet___arrow___FileReader__ReadRowGroups2(SEXP reader_sexp, SEXP row_groups_sexp, SEXP column_indices_sexp){ |
| 4419 | BEGIN_CPP11 |
| 4420 | arrow::r::Input<const std::shared_ptr<parquet::arrow::FileReader>&>::type reader(reader_sexp); |
| 4421 | arrow::r::Input<const std::vector<int>&>::type row_groups(row_groups_sexp); |
| 4422 | arrow::r::Input<const std::vector<int>&>::type column_indices(column_indices_sexp); |
| 4423 | return cpp11::as_sexp(parquet___arrow___FileReader__ReadRowGroups2(reader, row_groups, column_indices)); |
| 4424 | END_CPP11 |
| 4425 | } |
| 4426 | #else |
| 4427 | extern "C" SEXP _arrow_parquet___arrow___FileReader__ReadRowGroups2(SEXP reader_sexp, SEXP row_groups_sexp, SEXP column_indices_sexp){ |
| 4428 | 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