approx_count_distinct
function approx_count_distinct(column, rsd?): Column;Defined in: functions/aggregate.ts:133
Returns the approximate number of distinct items in a group.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
rsd? | number |