Function approx_count_distinct

Source
pub fn approx_count_distinct<T: ToExpr + ToLiteralExpr>(
    col: T,
    rsd: Option<f32>,
) -> Column
where Vec<T>: ToVecExpr,