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