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

Function _arrow_dataset___Dataset__NewScan

r/src/arrowExports.cpp:1552–1557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1550#if defined(ARROW_R_WITH_DATASET)
1551std::shared_ptr<ds::ScannerBuilder> dataset___Dataset__NewScan(const std::shared_ptr<ds::Dataset>& ds);
1552extern "C" SEXP _arrow_dataset___Dataset__NewScan(SEXP ds_sexp){
1553BEGIN_CPP11
1554 arrow::r::Input<const std::shared_ptr<ds::Dataset>&>::type ds(ds_sexp);
1555 return cpp11::as_sexp(dataset___Dataset__NewScan(ds));
1556END_CPP11
1557}
1558#else
1559extern "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. ");

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected