| 530 | std::shared_ptr<const KeyValueMetadata> metadata; |
| 531 | |
| 532 | void LinkParent(const SchemaField* child, const SchemaField* parent) { |
| 533 | manifest->child_to_parent[child] = parent; |
| 534 | } |
| 535 | |
| 536 | void RecordLeaf(const SchemaField* leaf) { |
| 537 | manifest->column_index_to_field[leaf->column_index] = leaf; |
no outgoing calls
no test coverage detected