Package | Description |
---|---|
com.yahoo.bullet.querying.aggregations | |
com.yahoo.bullet.querying.aggregations.sketches |
Modifier and Type | Class and Description |
---|---|
class |
SketchingStrategy<S extends Sketch>
The parent class for all
Strategy that use Sketches. |
Modifier and Type | Field and Description |
---|---|
protected S |
SketchingStrategy.sketch |
Modifier and Type | Class and Description |
---|---|
class |
DualSketch
This class wraps sketches that need a separate sketch for update and union operations.
|
class |
FrequentItemsSketch
Wraps a
ItemsSketch of String. |
class |
KMVSketch
This class wraps some common metadata information for KMV Sketches - Theta and Tuple.
|
class |
QuantileSketch
Wraps operations for working with a
DoublesSketch - Quantile Sketch. |
class |
ThetaSketch |
class |
TupleSketch |
Copyright © 2021. All rights reserved.