| 4717 | #if defined(ARROW_R_WITH_PARQUET) |
| 4718 | std::shared_ptr<arrow::Schema> parquet___arrow___FileReader__GetSchema(const std::shared_ptr<parquet::arrow::FileReader>& reader); |
| 4719 | extern "C" SEXP _arrow_parquet___arrow___FileReader__GetSchema(SEXP reader_sexp){ |
| 4720 | BEGIN_CPP11 |
| 4721 | arrow::r::Input<const std::shared_ptr<parquet::arrow::FileReader>&>::type reader(reader_sexp); |
| 4722 | return cpp11::as_sexp(parquet___arrow___FileReader__GetSchema(reader)); |
| 4723 | END_CPP11 |
| 4724 | } |
| 4725 | #else |
| 4726 | extern "C" SEXP _arrow_parquet___arrow___FileReader__GetSchema(SEXP reader_sexp){ |
| 4727 | Rf_error("Cannot call parquet___arrow___FileReader__GetSchema(). See https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow C++ libraries. "); |
nothing calls this directly
no test coverage detected