Uses of Class
org.apache.datasketches.tuple.aninteger.IntegerSummary
Packages that use IntegerSummary
Package
Description
This package is for a generic implementation of the Tuple sketch for single Integer value.
-
Uses of IntegerSummary in org.apache.datasketches.tuple.aninteger
Methods in org.apache.datasketches.tuple.aninteger that return IntegerSummaryModifier and TypeMethodDescriptionIntegerSummary.copy()IntegerSummarySetOperations.intersection(IntegerSummary a, IntegerSummary b) IntegerSummaryFactory.newSummary()IntegerSummarySetOperations.union(IntegerSummary a, IntegerSummary b) Methods in org.apache.datasketches.tuple.aninteger that return types with arguments of type IntegerSummaryModifier 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) Methods in org.apache.datasketches.tuple.aninteger with parameters of type IntegerSummaryModifier and TypeMethodDescriptionIntegerSummarySetOperations.intersection(IntegerSummary a, IntegerSummary b) IntegerSummarySetOperations.union(IntegerSummary a, IntegerSummary b)