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

Function _arrow_dataset___ScannerBuilder__schema

r/src/arrowExports.cpp:2264–2269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2262#if defined(ARROW_R_WITH_DATASET)
2263std::shared_ptr<arrow::Schema> dataset___ScannerBuilder__schema(const std::shared_ptr<ds::ScannerBuilder>& sb);
2264extern "C" SEXP _arrow_dataset___ScannerBuilder__schema(SEXP sb_sexp){
2265BEGIN_CPP11
2266 arrow::r::Input<const std::shared_ptr<ds::ScannerBuilder>&>::type sb(sb_sexp);
2267 return cpp11::as_sexp(dataset___ScannerBuilder__schema(sb));
2268END_CPP11
2269}
2270#else
2271extern "C" SEXP _arrow_dataset___ScannerBuilder__schema(SEXP sb_sexp){
2272 Rf_error("Cannot call dataset___ScannerBuilder__schema(). 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