rawValue
directly to the HLL.BigEndianAscendingWordSerializer
.width
bits which are stored as 64bit "words" (long
s).HLL.toBytes(ISchemaVersion)
format) serialized
into bytes
.byte
s
(low byte
first).byte
s that contain the serialized
words.schema version
for the specified
serialized HLL.long
elements.log2m
and regwidth
.
This is equivalent to calling HLL(log2m, regwidth, -1, true, HLLType.EMPTY)
.IHLLMetadata
implemented as a simple struct.HLL
can utilize.long
that is set to 1
.log2
(log-base-two) of the specified value.long
-based iterator.HLLType.SPARSE
in the promotion hierarchy.HLLType.FULL
or HLLType.SPARSE
HLL.
The top 3 bits are used to encode registerWidth - 1
(range of registerWidth
is thus 1-9) and the bottom 5
bits are used to encode registerCountLog2
(range of registerCountLog2
is thus 0-31).HLLType.FULL
HLL.HLLType.FULL
HLL.ISchemaVersion
representing schema version one.SerializationUtil.DEFAULT_SCHEMA_VERSION
.byte
s into a string of
hex characters (low byte
first).Copyright © 2018. All rights reserved.