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

Method LinkParent

cpp/src/parquet/arrow/schema.cc:529–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 5

PopulateLeafFunction · 0.80
MapToSchemaFieldFunction · 0.80
ListToSchemaFieldFunction · 0.80
GroupToSchemaFieldFunction · 0.80
NodeToSchemaFieldFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected