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

Function _arrow_dataset___Dataset__NewScan

r/src/arrowExports.cpp:1561–1566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected