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

Function Schema__from_fields

r/src/schema.cpp:25–28  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

23
24// [[arrow::export]]
25std::shared_ptr<arrow::Schema> Schema__from_fields(
26 const std::vector<std::shared_ptr<arrow::Field>>& fields) {
27 return arrow::schema(fields);
28}
29
30// [[arrow::export]]
31std::shared_ptr<arrow::Schema> Schema__from_list(cpp11::list field_list) {

Callers 1

Calls 1

schemaFunction · 0.50

Tested by

no test coverage detected