Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
gparquet_statistics_has_n_distinct_values
Function · 0.80
TestReset
Method · 0.80
MergeDistinctCount
Method · 0.80
Merge
Method · 0.80
JSONPrint
Method · 0.80
AttachStatistics
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestReset
Method · 0.64
MergeDistinctCount
Method · 0.64