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