Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ RecordLeaf
Method
RecordLeaf
cpp/src/parquet/arrow/schema.cc:533–535 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
531
}
532
533
void RecordLeaf(const SchemaField* leaf) {
534
manifest->column_index_to_field[leaf->column_index] = leaf;
535
}
536
};
537
538
bool IsDictionaryReadSupported(const ArrowType& type) {
Callers
1
PopulateLeaf
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected