Interface | Description |
---|---|
IHLLMetadata |
The metadata and parameters associated with a HLL.
|
ISchemaVersion |
A serialization schema for HLLs.
|
IWordDeserializer |
Reads 'words' of a fixed width, in sequence, from a byte array.
|
IWordSerializer |
Writes 'words' of fixed width, in sequence, to a byte array.
|
Class | Description |
---|---|
BigEndianAscendingWordDeserializer |
A corresponding deserializer for
BigEndianAscendingWordSerializer . |
BigEndianAscendingWordSerializer |
A serializer that writes a sequence of fixed bit-width 'words' to a byte array.
|
HLLMetadata |
A concrete
IHLLMetadata implemented as a simple struct. |
SchemaVersionOne |
A concrete
ISchemaVersion representing schema version one. |
SerializationUtil |
A collection of constants and utilities for serializing and deserializing
HLLs.
|
Copyright © 2015. All rights reserved.