Uses of Class
org.apache.datasketches.tuple.aninteger.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
Modifier and TypeMethodDescriptionIntegerSummary.copy()
IntegerSummarySetOperations.intersection
(IntegerSummary a, IntegerSummary b) IntegerSummaryFactory.newSummary()
IntegerSummarySetOperations.union
(IntegerSummary a, IntegerSummary b) Modifier 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) Modifier and TypeMethodDescriptionIntegerSummarySetOperations.intersection
(IntegerSummary a, IntegerSummary b) IntegerSummarySetOperations.union
(IntegerSummary a, IntegerSummary b)