MCPcopy Create free account
hub / github.com/apache/arrow / _arrow_parquet___arrow___FileReader__GetSchema

Function _arrow_parquet___arrow___FileReader__GetSchema

r/src/arrowExports.cpp:4676–4681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4674#if defined(ARROW_R_WITH_PARQUET)
4675std::shared_ptr<arrow::Schema> parquet___arrow___FileReader__GetSchema(const std::shared_ptr<parquet::arrow::FileReader>& reader);
4676extern "C" SEXP _arrow_parquet___arrow___FileReader__GetSchema(SEXP reader_sexp){
4677BEGIN_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));
4680END_CPP11
4681}
4682#else
4683extern "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. ");

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected