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

Method LinkParent

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

Source from the content-addressed store, hash-verified

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;

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