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

Method HasDistinctCount

cpp/src/parquet/statistics.cc:645–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643 }
644
645 bool HasDistinctCount() const override { return has_distinct_count_; };
646 bool HasMinMax() const override { return has_min_max_; }
647 bool HasNullCount() const override { return has_null_count_; };
648

Callers 6

TestResetMethod · 0.80
MergeDistinctCountMethod · 0.80
MergeMethod · 0.80
JSONPrintMethod · 0.80
AttachStatisticsFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestResetMethod · 0.64
MergeDistinctCountMethod · 0.64