Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 526 Bytes

distinctcounthllmv.md

File metadata and controls

26 lines (18 loc) · 526 Bytes
description
This section contains reference documentation for the DISTINCTCOUNTHLLMV function.

DISTINCTCOUNTHLLMV

Returns an approximate distinct count using HyperLogLog in a group.

Signature

DISTINCTCOUNTHLLMV(colName)

Usage Examples

These examples are based on the Hybrid Quick Start.

select DISTINCTCOUNTHLLMV(DivLongestGTimes) AS value
from airlineStats 
where arraylength(DivLongestGTimes) > 1
value
34