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

Function _arrow_arrow__UnifySchemas

r/src/arrowExports.cpp:5416–5421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5414// schema.cpp
5415std::shared_ptr<arrow::Schema> arrow__UnifySchemas(const std::vector<std::shared_ptr<arrow::Schema>>& schemas);
5416extern "C" SEXP _arrow_arrow__UnifySchemas(SEXP schemas_sexp){
5417BEGIN_CPP11
5418 arrow::r::Input<const std::vector<std::shared_ptr<arrow::Schema>>&>::type schemas(schemas_sexp);
5419 return cpp11::as_sexp(arrow__UnifySchemas(schemas));
5420END_CPP11
5421}
5422// table.cpp
5423int Table__num_columns(const std::shared_ptr<arrow::Table>& x);
5424extern "C" SEXP _arrow_Table__num_columns(SEXP x_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
arrow__UnifySchemasFunction · 0.85

Tested by

no test coverage detected