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

Method is_stats_set

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

Source from the content-addressed store, hash-verified

524}
525
526bool ColumnChunkMetaData::is_stats_set() const { return impl_->is_stats_set(); }
527
528std::shared_ptr<SizeStatistics> ColumnChunkMetaData::size_statistics() const {
529 return impl_->size_statistics();

Callers 10

metadata_is_stats_setMethod · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
TestFullRoundtripMethod · 0.45
AssertStatsSetFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
DebugPrintMethod · 0.45
JSONPrintMethod · 0.45

Calls

no outgoing calls

Tested by 8

metadata_is_stats_setMethod · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
TestFullRoundtripMethod · 0.36
AssertStatsSetFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36