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

Function _arrow_arrow__UnifySchemas

r/src/arrowExports.cpp:5373–5378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5371// schema.cpp
5372std::shared_ptr<arrow::Schema> arrow__UnifySchemas(const std::vector<std::shared_ptr<arrow::Schema>>& schemas);
5373extern "C" SEXP _arrow_arrow__UnifySchemas(SEXP schemas_sexp){
5374BEGIN_CPP11
5375 arrow::r::Input<const std::vector<std::shared_ptr<arrow::Schema>>&>::type schemas(schemas_sexp);
5376 return cpp11::as_sexp(arrow__UnifySchemas(schemas));
5377END_CPP11
5378}
5379// table.cpp
5380int Table__num_columns(const std::shared_ptr<arrow::Table>& x);
5381extern "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