Uses of Class
org.apache.datasketches.tuple.adouble.DoubleSummary
Packages that use 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
Methods in org.apache.datasketches.tuple.adouble that return DoubleSummaryModifier and TypeMethodDescriptionDoubleSummary.copy()DoubleSummarySetOperations.intersection(DoubleSummary a, DoubleSummary b) DoubleSummaryFactory.newSummary()DoubleSummarySetOperations.union(DoubleSummary a, DoubleSummary b) Methods in org.apache.datasketches.tuple.adouble that return types with arguments of type DoubleSummaryModifier 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) Methods in org.apache.datasketches.tuple.adouble with parameters of type DoubleSummaryModifier and TypeMethodDescriptionDoubleSummarySetOperations.intersection(DoubleSummary a, DoubleSummary b) DoubleSummarySetOperations.union(DoubleSummary a, DoubleSummary b)