See: Description
| Interface | Description |
|---|---|
| ArrayOfDoublesCombiner |
Combines two arrays of double values for use with ArrayOfDoubles tuple sketches
|
| ArrayOfDoublesSketchIterator |
Interface for iterating over tuple sketches of type ArrayOfDoubles
|
| Class | Description |
|---|---|
| ArrayOfDoublesAnotB |
Computes a set difference of two tuple sketches of type ArrayOfDoubles
|
| ArrayOfDoublesAnotBImpl |
Computes a set difference, A-AND-NOT-B, of two ArrayOfDoublesSketches.
|
| 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.
|
| ArrayOfDoublesSketches |
Convenient static methods to instantiate 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
|
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.