| Package | Description |
|---|---|
| com.yahoo.sketches.tuple |
The tuple package contains implementation of sketches based on the idea of
theta sketches with the addition of values associated with unique keys.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static DeserializeResult<DoubleSummary> |
DoubleSummary.fromMemory(Memory mem)
Creates an instance of the DoubleSummary given a serialized representation
|
DeserializeResult<DoubleSummary> |
DoubleSummaryFactory.summaryFromMemory(Memory mem) |
| Modifier and Type | Method and Description |
|---|---|
DoubleSummary |
DoubleSummarySetOperations.intersection(DoubleSummary a,
DoubleSummary b) |
DoubleSummary |
DoubleSummarySetOperations.union(DoubleSummary a,
DoubleSummary b) |
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.