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

Function _arrow_Schema__from_list

r/src/arrowExports.cpp:5277–5282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5275// schema.cpp
5276std::shared_ptr<arrow::Schema> Schema__from_list(cpp11::list field_list);
5277extern "C" SEXP _arrow_Schema__from_list(SEXP field_list_sexp){
5278BEGIN_CPP11
5279 arrow::r::Input<cpp11::list>::type field_list(field_list_sexp);
5280 return cpp11::as_sexp(Schema__from_list(field_list));
5281END_CPP11
5282}
5283// schema.cpp
5284std::string Schema__ToString(const std::shared_ptr<arrow::Schema>& s);
5285extern "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