| Package | Description |
|---|---|
| org.apache.datasketches.tuple.adouble |
| Modifier and Type | Method and Description |
|---|---|
DoubleSummary |
DoubleSummary.copy() |
DoubleSummary |
DoubleSummarySetOperations.intersection(DoubleSummary a,
DoubleSummary b)
Intersection is not well defined or even meaningful between numeric values.
|
DoubleSummary |
DoubleSummaryFactory.newSummary() |
DoubleSummary |
DoubleSummarySetOperations.union(DoubleSummary a,
DoubleSummary b) |
| 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)
Intersection is not well defined or even meaningful between numeric values.
|
DoubleSummary |
DoubleSummarySetOperations.union(DoubleSummary a,
DoubleSummary b) |
Copyright © 2015–2020 The Apache Software Foundation. All rights reserved.