Package | Description |
---|---|
org.apache.datasketches.tuple.aninteger |
Modifier and Type | Method and Description |
---|---|
IntegerSummary |
IntegerSummary.copy() |
IntegerSummary |
IntegerSummarySetOperations.intersection(IntegerSummary a,
IntegerSummary b) |
IntegerSummary |
IntegerSummaryFactory.newSummary() |
IntegerSummary |
IntegerSummarySetOperations.union(IntegerSummary a,
IntegerSummary b) |
IntegerSummary |
IntegerSummary.update(Integer value) |
Modifier and Type | Method and Description |
---|---|
static DeserializeResult<IntegerSummary> |
IntegerSummary.fromMemory(org.apache.datasketches.memory.Memory mem)
Creates an instance of the IntegerSummary given a serialized representation
|
DeserializeResult<IntegerSummary> |
IntegerSummaryDeserializer.heapifySummary(org.apache.datasketches.memory.Memory mem) |
Modifier and Type | Method and Description |
---|---|
IntegerSummary |
IntegerSummarySetOperations.intersection(IntegerSummary a,
IntegerSummary b) |
IntegerSummary |
IntegerSummarySetOperations.union(IntegerSummary a,
IntegerSummary b) |
Copyright © 2015–2021 The Apache Software Foundation. All rights reserved.