| 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 | Class and Description |
|---|---|
class |
UpdatableSketch<U,S extends UpdatableSummary<U>>
An extension of QuickSelectSketch, which can be updated with many types of keys.
|
class |
UpdatableSketchBuilder<U,S extends UpdatableSummary<U>>
For building a new generic tuple UpdatableSketch
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleSummary
Summary for generic tuple sketches of type Double.
|
| Modifier and Type | Method and Description |
|---|---|
static <U,S extends UpdatableSummary<U>> |
Sketches.heapifyUpdatableSketch(Memory mem)
Instantiate UpdatableSketch from a given Memory
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.