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

Method Column

cpp/src/parquet/schema.cc:885–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

883}
884
885const ColumnDescriptor* SchemaDescriptor::Column(int i) const {
886 CheckColumnBounds(i, leaves_.size());
887 return &leaves_[i];
888}
889
890int SchemaDescriptor::ColumnIndex(const std::string& node_path) const {
891 auto search = leaf_to_idx_.find(node_path);

Callers 15

EqualsMethod · 0.95
ReadColumnValuesFunction · 0.45
AssertColumnValuesEqualFunction · 0.45
TEST_FFunction · 0.45
OpenExampleFileMethod · 0.45
TESTFunction · 0.45
TEST_PFunction · 0.45
TestWriteAndReadMethod · 0.45
StartFileMethod · 0.45
descrMethod · 0.45
SetUpMethod · 0.45
TESTFunction · 0.45

Calls 2

CheckColumnBoundsFunction · 0.85
sizeMethod · 0.45

Tested by 15

ReadColumnValuesFunction · 0.36
AssertColumnValuesEqualFunction · 0.36
TEST_FFunction · 0.36
OpenExampleFileMethod · 0.36
TESTFunction · 0.36
TEST_PFunction · 0.36
TestWriteAndReadMethod · 0.36
SetUpMethod · 0.36
TESTFunction · 0.36
BuildWriterMethod · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
BuildWriterMethod · 0.36