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

Function _arrow_dataset___ScannerBuilder__schema

r/src/arrowExports.cpp:2273–2278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2271#if defined(ARROW_R_WITH_DATASET)
2272std::shared_ptr<arrow::Schema> dataset___ScannerBuilder__schema(const std::shared_ptr<ds::ScannerBuilder>& sb);
2273extern "C" SEXP _arrow_dataset___ScannerBuilder__schema(SEXP sb_sexp){
2274BEGIN_CPP11
2275 arrow::r::Input<const std::shared_ptr<ds::ScannerBuilder>&>::type sb(sb_sexp);
2276 return cpp11::as_sexp(dataset___ScannerBuilder__schema(sb));
2277END_CPP11
2278}
2279#else
2280extern "C" SEXP _arrow_dataset___ScannerBuilder__schema(SEXP sb_sexp){
2281 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