Exemplo n.º 1
0
 def _inner_hll_accumulate(a, v):
     from maxhash import MaxHash
     a.merge(MaxHash.loads(v))
     return a
Exemplo n.º 2
0
 def _inner_hll_accumulate(a, v):
     from maxhash import MaxHash
     a.merge(MaxHash.loads(v))
     return a