| 4674 | #if defined(ARROW_R_WITH_PARQUET) |
| 4675 | std::shared_ptr<arrow::Schema> parquet___arrow___FileReader__GetSchema(const std::shared_ptr<parquet::arrow::FileReader>& reader); |
| 4676 | extern "C" SEXP _arrow_parquet___arrow___FileReader__GetSchema(SEXP reader_sexp){ |
| 4677 | BEGIN_CPP11 |
| 4678 | arrow::r::Input<const std::shared_ptr<parquet::arrow::FileReader>&>::type reader(reader_sexp); |
| 4679 | return cpp11::as_sexp(parquet___arrow___FileReader__GetSchema(reader)); |
| 4680 | END_CPP11 |
| 4681 | } |
| 4682 | #else |
| 4683 | extern "C" SEXP _arrow_parquet___arrow___FileReader__GetSchema(SEXP reader_sexp){ |
| 4684 | 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