pub fn hll_union_agg(
col: impl Into<Column>,
allow_different_lg_config_k: Option<impl Into<Column>>,
) -> ColumnExpand description
Returns the updatable binary representation of the Datasketches HllSketch, generated by merging previously created Datasketches HllSketch instances via a Datasketches Union instance.