Package org.apache.datasketches.tuple.arrayofdoubles
This package is for a concrete implementation of the Tuple sketch for an array of double values.
-
Interface Summary Interface Description ArrayOfDoublesCombiner Combines two arrays of double values for use with ArrayOfDoubles tuple sketchesArrayOfDoublesSketchIterator Interface for iterating over tuple sketches of type ArrayOfDoubles -
Class Summary Class Description ArrayOfDoublesAnotB Computes a set difference of two tuple sketches of type ArrayOfDoublesArrayOfDoublesAnotBImpl 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