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

Method AreCompatible

cpp/src/arrow/type.cc:2663–2666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2661}
2662
2663Status SchemaBuilder::AreCompatible(const std::vector<std::shared_ptr<Schema>>& schemas,
2664 ConflictPolicy policy) {
2665 return Merge(schemas, policy).status();
2666}
2667
2668std::shared_ptr<Schema> schema(FieldVector fields,
2669 std::shared_ptr<const KeyValueMetadata> metadata) {

Callers

nothing calls this directly

Calls 2

MergeFunction · 0.85
statusMethod · 0.45

Tested by

no test coverage detected