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

Function _arrow_parquet___arrow___FileReader__ReadRowGroup2

r/src/arrowExports.cpp:4385–4392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4383#if defined(ARROW_R_WITH_PARQUET)
4384std::shared_ptr<arrow::Table> parquet___arrow___FileReader__ReadRowGroup2(const std::shared_ptr<parquet::arrow::FileReader>& reader, int i, const std::vector<int>& column_indices);
4385extern "C" SEXP _arrow_parquet___arrow___FileReader__ReadRowGroup2(SEXP reader_sexp, SEXP i_sexp, SEXP column_indices_sexp){
4386BEGIN_CPP11
4387 arrow::r::Input<const std::shared_ptr<parquet::arrow::FileReader>&>::type reader(reader_sexp);
4388 arrow::r::Input<int>::type i(i_sexp);
4389 arrow::r::Input<const std::vector<int>&>::type column_indices(column_indices_sexp);
4390 return cpp11::as_sexp(parquet___arrow___FileReader__ReadRowGroup2(reader, i, column_indices));
4391END_CPP11
4392}
4393#else
4394extern "C" SEXP _arrow_parquet___arrow___FileReader__ReadRowGroup2(SEXP reader_sexp, SEXP i_sexp, SEXP column_indices_sexp){
4395 Rf_error("Cannot call parquet___arrow___FileReader__ReadRowGroup2(). 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