| ArrayOfDoublesAnotB |
Computes a set difference of two tuple sketches of type ArrayOfDoubles
|
| ArrayOfDoublesCombiner |
Combines two arrays of double values for use with ArrayOfDoubles tuple sketches
|
| ArrayOfDoublesCompactSketch |
Top level compact tuple sketch of type ArrayOfDoubles.
|
| ArrayOfDoublesIntersection |
Computes the intersection of two or more tuple sketches of type ArrayOfDoubles.
|
| ArrayOfDoublesSetOperationBuilder |
Builds set operations object for tuple sketches of type ArrayOfDoubles.
|
| ArrayOfDoublesSketch |
The base class for the tuple sketch of type ArrayOfDoubles, where an array of double values
is associated with each key.
|
| ArrayOfDoublesSketchIterator |
Interface for iterating over tuple sketches of type ArrayOfDoubles
|
| ArrayOfDoublesUnion |
The base class for unions of tuple sketches of type ArrayOfDoubles.
|
| ArrayOfDoublesUpdatableSketch |
The top level for updatable tuple sketches of type ArrayOfDoubles.
|
| ArrayOfDoublesUpdatableSketchBuilder |
For building a new ArrayOfDoublesUpdatableSketch
|