Package | Description |
---|---|
org.apache.datasketches.tuple.adouble |
This package is for a generic implementation of the Tuple sketch for single Double value.
|
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–2024 The Apache Software Foundation. All rights reserved.