Function hll_union_agg

Source
pub fn hll_union_agg(
    col: impl Into<Column>,
    allow_different_lg_config_k: Option<impl Into<Column>>,
) -> Column
Expand description

Returns the updatable binary representation of the Datasketches HllSketch, generated by merging previously created Datasketches HllSketch instances via a Datasketches Union instance.