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

Method AddSchema

cpp/src/arrow/type.cc:2631–2634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2629}
2630
2631Status SchemaBuilder::AddSchema(const std::shared_ptr<Schema>& schema) {
2632 DCHECK_NE(schema, nullptr);
2633 return AddFields(schema->fields());
2634}
2635
2636Status SchemaBuilder::AddSchemas(const std::vector<std::shared_ptr<Schema>>& schemas) {
2637 for (const auto& schema : schemas) {

Callers 2

UnifySchemasFunction · 0.80
TESTFunction · 0.80

Calls 1

fieldsMethod · 0.45

Tested by 1

TESTFunction · 0.64