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

Method AddSchemas

cpp/src/arrow/type.cc:2636–2642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2634}
2635
2636Status SchemaBuilder::AddSchemas(const std::vector<std::shared_ptr<Schema>>& schemas) {
2637 for (const auto& schema : schemas) {
2638 RETURN_NOT_OK(AddSchema(schema));
2639 }
2640
2641 return Status::OK();
2642}
2643
2644Status SchemaBuilder::AddMetadata(const KeyValueMetadata& metadata) {
2645 impl_->metadata_ =

Callers 2

MergeMethod · 0.80
TESTFunction · 0.80

Calls 1

OKFunction · 0.70

Tested by 1

TESTFunction · 0.64