Uses of Class
org.apache.datasketches.tuple.adouble.DoubleSummary
Package
Description
This package is for a generic implementation of the Tuple sketch for single Double value.
-
Uses of DoubleSummary in org.apache.datasketches.tuple.adouble
Modifier and TypeMethodDescriptionDoubleSummary.copy()
DoubleSummarySetOperations.intersection
(DoubleSummary a, DoubleSummary b) DoubleSummaryFactory.newSummary()
DoubleSummarySetOperations.union
(DoubleSummary a, DoubleSummary b) Modifier 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) Modifier and TypeMethodDescriptionDoubleSummarySetOperations.intersection
(DoubleSummary a, DoubleSummary b) DoubleSummarySetOperations.union
(DoubleSummary a, DoubleSummary b)