Example #1
0
 def _inner_hll_accumulate(a, v):
     from maxhash import MaxHash
     a.merge(MaxHash.loads(v))
     return a
Example #2
0
 def _inner_hll_accumulate(a, v):
     from maxhash import MaxHash
     a.merge(MaxHash.loads(v))
     return a