| CompactDoublesSketch |
|
| DoublesSketch |
This is a stochastic streaming sketch that enables near-real time analysis of the
approximate distribution of real values from a very large stream in a single pass.
|
| DoublesSketchBuilder |
For building a new quantiles DoublesSketch.
|
| DoublesSketchIterator |
Iterator over DoublesSketch.
|
| DoublesUnion |
The API for Union operations for quantiles DoublesSketches
|
| DoublesUnionBuilder |
For building a new DoublesSketch Union operation.
|
| ItemsSketch |
This is a stochastic streaming sketch that enables near-real time analysis of the
approximate distribution of comparable items from a very large stream in a single pass.
|
| ItemsSketchIterator |
Iterator over ItemsSketch.
|
| ItemsUnion |
The API for Union operations for generic ItemsSketches
|
| UpdateDoublesSketch |
|