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

Method descr

cpp/src/parquet/metadata.cc:1879–1881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1877}
1878
1879const ColumnDescriptor* ColumnChunkMetaDataBuilder::descr() const {
1880 return impl_->descr();
1881}
1882
1883void ColumnChunkMetaDataBuilder::SetStatistics(const EncodedStatistics& result) {
1884 impl_->SetStatistics(result);

Callers 9

AssertColumnValuesFunction · 0.45
AssertColumnValuesEqualFunction · 0.45
ScanFileContentsFunction · 0.45
TEST_FFunction · 0.45
descrFunction · 0.45
TEST_PFunction · 0.45
SkipRowsInColumnMethod · 0.45

Calls

no outgoing calls

Tested by 4

AssertColumnValuesFunction · 0.36
AssertColumnValuesEqualFunction · 0.36
TEST_FFunction · 0.36
TEST_PFunction · 0.36