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

Method SetStatistics

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

Source from the content-addressed store, hash-verified

1877}
1878
1879void ColumnChunkMetaDataBuilder::SetStatistics(const EncodedStatistics& result) {
1880 impl_->SetStatistics(result);
1881}
1882
1883void ColumnChunkMetaDataBuilder::SetSizeStatistics(const SizeStatistics& size_stats) {
1884 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