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