Skip to main content

uniq

Function uniq 

Source
pub fn uniq<E: Expression>(expr: E) -> AggregateExpr<Uniq<E::Output>, E>
Expand description

uniq(expr) - approximate unique count (HyperLogLog)