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

Method HasDistinctCount

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

Source from the content-addressed store, hash-verified

675 }
676
677 bool HasDistinctCount() const override { return has_distinct_count_; };
678 bool HasMinMax() const override { return has_min_max_; }
679 bool HasNullCount() const override { return has_null_count_; };
680

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