| 1559 | #if defined(ARROW_R_WITH_DATASET) |
| 1560 | std::shared_ptr<ds::ScannerBuilder> dataset___Dataset__NewScan(const std::shared_ptr<ds::Dataset>& ds); |
| 1561 | extern "C" SEXP _arrow_dataset___Dataset__NewScan(SEXP ds_sexp){ |
| 1562 | BEGIN_CPP11 |
| 1563 | arrow::r::Input<const std::shared_ptr<ds::Dataset>&>::type ds(ds_sexp); |
| 1564 | return cpp11::as_sexp(dataset___Dataset__NewScan(ds)); |
| 1565 | END_CPP11 |
| 1566 | } |
| 1567 | #else |
| 1568 | extern "C" SEXP _arrow_dataset___Dataset__NewScan(SEXP ds_sexp){ |
| 1569 | 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