| 4435 | #if defined(ARROW_R_WITH_PARQUET) |
| 4436 | std::shared_ptr<arrow::ChunkedArray> parquet___arrow___FileReader__ReadColumn(const std::shared_ptr<parquet::arrow::FileReader>& reader, int i); |
| 4437 | extern "C" SEXP _arrow_parquet___arrow___FileReader__ReadColumn(SEXP reader_sexp, SEXP i_sexp){ |
| 4438 | BEGIN_CPP11 |
| 4439 | arrow::r::Input<const std::shared_ptr<parquet::arrow::FileReader>&>::type reader(reader_sexp); |
| 4440 | arrow::r::Input<int>::type i(i_sexp); |
| 4441 | return cpp11::as_sexp(parquet___arrow___FileReader__ReadColumn(reader, i)); |
| 4442 | END_CPP11 |
| 4443 | } |
| 4444 | #else |
| 4445 | extern "C" SEXP _arrow_parquet___arrow___FileReader__ReadColumn(SEXP reader_sexp, SEXP i_sexp){ |
| 4446 | Rf_error("Cannot call parquet___arrow___FileReader__ReadColumn(). See https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow C++ libraries. "); |
nothing calls this directly
no test coverage detected