Uses of Class
org.apache.datasketches.tuple.aninteger.IntegerSummary
| Package | Description |
|---|---|
| org.apache.datasketches.tuple.aninteger |
-
Uses of IntegerSummary in org.apache.datasketches.tuple.aninteger
Methods in org.apache.datasketches.tuple.aninteger that return IntegerSummary Modifier and Type Method Description IntegerSummaryIntegerSummary. copy()IntegerSummaryIntegerSummarySetOperations. intersection(IntegerSummary a, IntegerSummary b)IntegerSummaryIntegerSummaryFactory. newSummary()IntegerSummaryIntegerSummarySetOperations. union(IntegerSummary a, IntegerSummary b)IntegerSummaryIntegerSummary. update(Integer value)Methods in org.apache.datasketches.tuple.aninteger that return types with arguments of type IntegerSummary Modifier and Type Method Description static DeserializeResult<IntegerSummary>IntegerSummary. fromMemory(org.apache.datasketches.memory.Memory mem)Creates an instance of the IntegerSummary given a serialized representationDeserializeResult<IntegerSummary>IntegerSummaryDeserializer. heapifySummary(org.apache.datasketches.memory.Memory mem)Methods in org.apache.datasketches.tuple.aninteger with parameters of type IntegerSummary Modifier and Type Method Description IntegerSummaryIntegerSummarySetOperations. intersection(IntegerSummary a, IntegerSummary b)IntegerSummaryIntegerSummarySetOperations. union(IntegerSummary a, IntegerSummary b)