Package | Description |
---|---|
net.agkn.hll |
Modifier and Type | Method and Description |
---|---|
HLL |
HLL.clone()
Create a deep copy of this HLL.
|
static HLL |
HLL.fromBytes(byte[] bytes)
Deserializes the HLL (in
toBytes(ISchemaVersion) format) serialized
into bytes . |
Modifier and Type | Method and Description |
---|---|
void |
HLL.union(HLL other)
Computes the union of HLLs and stores the result in this instance.
|
Copyright © 2015. All rights reserved.