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