| 1550 | #if defined(ARROW_R_WITH_DATASET) |
| 1551 | std::shared_ptr<ds::ScannerBuilder> dataset___Dataset__NewScan(const std::shared_ptr<ds::Dataset>& ds); |
| 1552 | extern "C" SEXP _arrow_dataset___Dataset__NewScan(SEXP ds_sexp){ |
| 1553 | BEGIN_CPP11 |
| 1554 | arrow::r::Input<const std::shared_ptr<ds::Dataset>&>::type ds(ds_sexp); |
| 1555 | return cpp11::as_sexp(dataset___Dataset__NewScan(ds)); |
| 1556 | END_CPP11 |
| 1557 | } |
| 1558 | #else |
| 1559 | extern "C" SEXP _arrow_dataset___Dataset__NewScan(SEXP ds_sexp){ |
| 1560 | Rf_error("Cannot call dataset___Dataset__NewScan(). See https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow C++ libraries. "); |
nothing calls this directly
no test coverage detected