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

Function _arrow_parquet___arrow___FileReader__GetSchema

r/src/arrowExports.cpp:4719–4724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4717#if defined(ARROW_R_WITH_PARQUET)
4718std::shared_ptr<arrow::Schema> parquet___arrow___FileReader__GetSchema(const std::shared_ptr<parquet::arrow::FileReader>& reader);
4719extern "C" SEXP _arrow_parquet___arrow___FileReader__GetSchema(SEXP reader_sexp){
4720BEGIN_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));
4723END_CPP11
4724}
4725#else
4726extern "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. ");

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected