public static Exp GetUnion( Exp list, Exp bin )
// Union of HLL bins "a" and "b" HLLExp.GetUnion(Exp.HLLBin("a"), Exp.HLLBin("b")) // Union of local HLL list with bin "b" HLLExp.GetUnion(Exp.Val(list), Exp.HLLBin("b"))
In This Article