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

Function _arrow_Schema__from_list

r/src/arrowExports.cpp:5234–5239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5232// schema.cpp
5233std::shared_ptr<arrow::Schema> Schema__from_list(cpp11::list field_list);
5234extern "C" SEXP _arrow_Schema__from_list(SEXP field_list_sexp){
5235BEGIN_CPP11
5236 arrow::r::Input<cpp11::list>::type field_list(field_list_sexp);
5237 return cpp11::as_sexp(Schema__from_list(field_list));
5238END_CPP11
5239}
5240// schema.cpp
5241std::string Schema__ToString(const std::shared_ptr<arrow::Schema>& s);
5242extern "C" SEXP _arrow_Schema__ToString(SEXP s_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
Schema__from_listFunction · 0.85

Tested by

no test coverage detected