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

Function _arrow_dataset___Scanner__CountRows

r/src/arrowExports.cpp:2410–2415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2408#if defined(ARROW_R_WITH_DATASET)
2409r_vec_size dataset___Scanner__CountRows(const std::shared_ptr<ds::Scanner>& scanner);
2410extern "C" SEXP _arrow_dataset___Scanner__CountRows(SEXP scanner_sexp){
2411BEGIN_CPP11
2412 arrow::r::Input<const std::shared_ptr<ds::Scanner>&>::type scanner(scanner_sexp);
2413 return cpp11::as_sexp(dataset___Scanner__CountRows(scanner));
2414END_CPP11
2415}
2416#else
2417extern "C" SEXP _arrow_dataset___Scanner__CountRows(SEXP scanner_sexp){
2418 Rf_error("Cannot call dataset___Scanner__CountRows(). 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