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

Method SetStatistics

cpp/src/parquet/metadata.cc:1883–1885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1881}
1882
1883void ColumnChunkMetaDataBuilder::SetStatistics(const EncodedStatistics& result) {
1884 impl_->SetStatistics(result);
1885}
1886
1887void ColumnChunkMetaDataBuilder::SetSizeStatistics(const SizeStatistics& size_stats) {
1888 impl_->SetSizeStatistics(size_stats);

Callers 3

AssertStatsSetFunction · 0.45
GenerateTableMetaDataFunction · 0.45
CloseMethod · 0.45

Calls

no outgoing calls

Tested by 2

AssertStatsSetFunction · 0.36
GenerateTableMetaDataFunction · 0.36