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

Method encoded_statistics

cpp/src/parquet/metadata.cc:518–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516}
517
518std::shared_ptr<EncodedStatistics> ColumnChunkMetaData::encoded_statistics() const {
519 return impl_->encoded_statistics();
520}
521
522std::shared_ptr<Statistics> ColumnChunkMetaData::statistics() const {
523 return impl_->statistics();

Callers 8

TestFullRoundtripMethod · 0.45
AssertStatsSetFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
AssertColumnChunkMinMaxFunction · 0.45
DebugPrintMethod · 0.45
FuzzReaderFunction · 0.45

Calls

no outgoing calls

Tested by 6

TestFullRoundtripMethod · 0.36
AssertStatsSetFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
AssertColumnChunkMinMaxFunction · 0.36