| 4340 | #if defined(ARROW_R_WITH_PARQUET) |
| 4341 | std::shared_ptr<arrow::Table> parquet___arrow___FileReader__ReadRowGroup2(const std::shared_ptr<parquet::arrow::FileReader>& reader, int i, const std::vector<int>& column_indices); |
| 4342 | extern "C" SEXP _arrow_parquet___arrow___FileReader__ReadRowGroup2(SEXP reader_sexp, SEXP i_sexp, SEXP column_indices_sexp){ |
| 4343 | BEGIN_CPP11 |
| 4344 | arrow::r::Input<const std::shared_ptr<parquet::arrow::FileReader>&>::type reader(reader_sexp); |
| 4345 | arrow::r::Input<int>::type i(i_sexp); |
| 4346 | arrow::r::Input<const std::vector<int>&>::type column_indices(column_indices_sexp); |
| 4347 | return cpp11::as_sexp(parquet___arrow___FileReader__ReadRowGroup2(reader, i, column_indices)); |
| 4348 | END_CPP11 |
| 4349 | } |
| 4350 | #else |
| 4351 | extern "C" SEXP _arrow_parquet___arrow___FileReader__ReadRowGroup2(SEXP reader_sexp, SEXP i_sexp, SEXP column_indices_sexp){ |
| 4352 | Rf_error("Cannot call parquet___arrow___FileReader__ReadRowGroup2(). See https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow C++ libraries. "); |
nothing calls this directly
no test coverage detected