DISTINCTCOUNTHLLMV
This section contains reference documentation for the DISTINCTCOUNTHLLMV function.
Last updated
Was this helpful?
This section contains reference documentation for the DISTINCTCOUNTHLLMV function.
Returns an approximate distinct count using HyperLogLog in a group.
DISTINCTCOUNTHLLMV(colName)
These examples are based on the Hybrid Quick Start.
select DISTINCTCOUNTHLLMV(DivLongestGTimes) AS value
from airlineStats
where arraylength(DivLongestGTimes) > 134
Last updated
Was this helpful?
Was this helpful?

