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

Function _arrow_parquet___arrow___FileReader__ReadRowGroup2

r/src/arrowExports.cpp:4342–4349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4340#if defined(ARROW_R_WITH_PARQUET)
4341std::shared_ptr<arrow::Table> parquet___arrow___FileReader__ReadRowGroup2(const std::shared_ptr<parquet::arrow::FileReader>& reader, int i, const std::vector<int>& column_indices);
4342extern "C" SEXP _arrow_parquet___arrow___FileReader__ReadRowGroup2(SEXP reader_sexp, SEXP i_sexp, SEXP column_indices_sexp){
4343BEGIN_CPP11
4344 arrow::r::Input<const std::shared_ptr<parquet::arrow::FileReader>&>::type reader(reader_sexp);
4345 arrow::r::Input<int>::type i(i_sexp);
4346 arrow::r::Input<const std::vector<int>&>::type column_indices(column_indices_sexp);
4347 return cpp11::as_sexp(parquet___arrow___FileReader__ReadRowGroup2(reader, i, column_indices));
4348END_CPP11
4349}
4350#else
4351extern "C" SEXP _arrow_parquet___arrow___FileReader__ReadRowGroup2(SEXP reader_sexp, SEXP i_sexp, SEXP column_indices_sexp){
4352 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