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

Function _arrow_dataset___Dataset__schema

r/src/arrowExports.cpp:1567–1572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1565#if defined(ARROW_R_WITH_DATASET)
1566std::shared_ptr<arrow::Schema> dataset___Dataset__schema(const std::shared_ptr<ds::Dataset>& dataset);
1567extern "C" SEXP _arrow_dataset___Dataset__schema(SEXP dataset_sexp){
1568BEGIN_CPP11
1569 arrow::r::Input<const std::shared_ptr<ds::Dataset>&>::type dataset(dataset_sexp);
1570 return cpp11::as_sexp(dataset___Dataset__schema(dataset));
1571END_CPP11
1572}
1573#else
1574extern "C" SEXP _arrow_dataset___Dataset__schema(SEXP dataset_sexp){
1575 Rf_error("Cannot call dataset___Dataset__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