Uses of Class
org.apache.datasketches.tuple.DeserializeResult
Packages that use DeserializeResult
Package
Description
The tuple package contains a number of sketches based on the same
fundamental algorithms of the Theta Sketch Framework and extend these
concepts for whole new families of sketches.
This package is for a generic implementation of the Tuple sketch for single Double value.
This package is for a generic implementation of the Tuple sketch for single Integer value.
This package is for a generic implementation of the Tuple sketch for single String value.
-
Uses of DeserializeResult in org.apache.datasketches.tuple
Methods in org.apache.datasketches.tuple that return DeserializeResultModifier and TypeMethodDescriptionSummaryDeserializer.heapifySummary
(org.apache.datasketches.memory.Memory mem) This is to create an instance of a Summary given a serialized representation. -
Uses of DeserializeResult in org.apache.datasketches.tuple.adouble
Methods in org.apache.datasketches.tuple.adouble that return DeserializeResultModifier and TypeMethodDescriptionstatic DeserializeResult<DoubleSummary>
DoubleSummary.fromMemory
(org.apache.datasketches.memory.Memory mem) Creates an instance of the DoubleSummary given a serialized representationDoubleSummaryDeserializer.heapifySummary
(org.apache.datasketches.memory.Memory mem) -
Uses of DeserializeResult in org.apache.datasketches.tuple.aninteger
Methods in org.apache.datasketches.tuple.aninteger that return DeserializeResultModifier and TypeMethodDescriptionstatic DeserializeResult<IntegerSummary>
IntegerSummary.fromMemory
(org.apache.datasketches.memory.Memory mem) Creates an instance of the IntegerSummary given a serialized representationIntegerSummaryDeserializer.heapifySummary
(org.apache.datasketches.memory.Memory mem) -
Uses of DeserializeResult in org.apache.datasketches.tuple.strings
Methods in org.apache.datasketches.tuple.strings that return DeserializeResultModifier and TypeMethodDescriptionArrayOfStringsSummaryDeserializer.heapifySummary
(org.apache.datasketches.memory.Memory mem)