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

Method RecordLeaf

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

Source from the content-addressed store, hash-verified

534 }
535
536 void RecordLeaf(const SchemaField* leaf) {
537 manifest->column_index_to_field[leaf->column_index] = leaf;
538 }
539};
540
541bool IsDictionaryReadSupported(const ArrowType& type) {

Callers 1

PopulateLeafFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected