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
Subclasses with type arguments of type DoubleSummary in org.apache.datasketches.tuple.adoubleModifier and TypeClassDescriptionclassExtends UpdatableTupleSketch<Double, DoubleSummary>Classes in org.apache.datasketches.tuple.adouble that implement interfaces with type arguments of type DoubleSummaryModifier and TypeClassDescriptionclassImplements SummaryDeserializer<DoubleSummary>final classFactory for DoubleSummary.final classMethods for defining how unions and intersections of two objects of type DoubleSummary are performed.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.fromMemorySegment(MemorySegment seg) Creates an instance of the DoubleSummary given a serialized representationDoubleSummaryDeserializer.heapifySummary(MemorySegment seg) 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)