S
- type of Summarypublic interface SummaryDeserializer<S extends Summary>
Modifier and Type | Method and Description |
---|---|
DeserializeResult<S> |
heapifySummary(org.apache.datasketches.memory.Memory mem)
This is to create an instance of a Summary given a serialized representation.
|
DeserializeResult<S> heapifySummary(org.apache.datasketches.memory.Memory mem)
mem
- Memory object with serialized representation of a SummaryCopyright © 2015–2024 The Apache Software Foundation. All rights reserved.