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

Function arrow__UnifySchemas

r/src/schema.cpp:166–169  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

164
165// [[arrow::export]]
166std::shared_ptr<arrow::Schema> arrow__UnifySchemas(
167 const std::vector<std::shared_ptr<arrow::Schema>>& schemas) {
168 return ValueOrStop(arrow::UnifySchemas(schemas));
169}

Callers 1

Calls 2

ValueOrStopFunction · 0.85
UnifySchemasFunction · 0.85

Tested by

no test coverage detected