Uses of Class
org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketch
| Package | Description |
|---|---|
| org.apache.datasketches.tuple.arrayofdoubles |
-
Uses of ArrayOfDoublesSketch in org.apache.datasketches.tuple.arrayofdoubles
Subclasses of ArrayOfDoublesSketch in org.apache.datasketches.tuple.arrayofdoubles Modifier and Type Class Description classArrayOfDoublesCompactSketchTop level compact tuple sketch of type ArrayOfDoubles.classArrayOfDoublesUpdatableSketchThe top level for updatable tuple sketches of type ArrayOfDoubles.Methods in org.apache.datasketches.tuple.arrayofdoubles that return ArrayOfDoublesSketch Modifier and Type Method Description static ArrayOfDoublesSketchArrayOfDoublesSketch. heapify(org.apache.datasketches.memory.Memory mem)Heapify the given Memory as an ArrayOfDoublesSketchstatic ArrayOfDoublesSketchArrayOfDoublesSketch. heapify(org.apache.datasketches.memory.Memory mem, long seed)Heapify the given Memory and seed as a ArrayOfDoublesSketchstatic ArrayOfDoublesSketchArrayOfDoublesSketches. heapifySketch(org.apache.datasketches.memory.Memory mem)Heapify the given Memory as an ArrayOfDoublesSketchstatic ArrayOfDoublesSketchArrayOfDoublesSketches. heapifySketch(org.apache.datasketches.memory.Memory mem, long seed)Heapify the given Memory and seed as a ArrayOfDoublesSketchstatic ArrayOfDoublesSketchArrayOfDoublesSketch. wrap(org.apache.datasketches.memory.Memory mem)Wrap the given Memory as an ArrayOfDoublesSketchstatic ArrayOfDoublesSketchArrayOfDoublesSketch. wrap(org.apache.datasketches.memory.Memory mem, long seed)Wrap the given Memory and seed as a ArrayOfDoublesSketchstatic ArrayOfDoublesSketchArrayOfDoublesSketches. wrapSketch(org.apache.datasketches.memory.Memory mem)Wrap the given Memory as an ArrayOfDoublesSketchstatic ArrayOfDoublesSketchArrayOfDoublesSketches. wrapSketch(org.apache.datasketches.memory.Memory mem, long seed)Wrap the given Memory and seed as a ArrayOfDoublesSketchMethods in org.apache.datasketches.tuple.arrayofdoubles with parameters of type ArrayOfDoublesSketch Modifier and Type Method Description voidArrayOfDoublesIntersection. intersect(ArrayOfDoublesSketch tupleSketch, ArrayOfDoublesCombiner combiner)Performs a stateful intersection of the internal set with the given tupleSketch.voidArrayOfDoublesUnion. union(ArrayOfDoublesSketch tupleSketch)Updates the union by adding a set of entries from a given sketchabstract voidArrayOfDoublesAnotB. update(ArrayOfDoublesSketch a, ArrayOfDoublesSketch b)Perform A-and-not-B set operation on the two given sketches.