Uses of Interface
org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesCombiner
Package
Description
This package is for a concrete implementation of the Tuple sketch for an array of double values.
-
Uses of ArrayOfDoublesCombiner in org.apache.datasketches.tuple.arrayofdoubles
Modifier and TypeMethodDescriptionvoid
ArrayOfDoublesIntersection.intersect
(ArrayOfDoublesSketch tupleSketch, ArrayOfDoublesCombiner combiner) Performs a stateful intersection of the internal set with the given tupleSketch.