Package org.apache.datasketches.tuple
Class Filter<T extends Summary>
- java.lang.Object
-
- org.apache.datasketches.tuple.Filter<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompactSketch<T>
filter(Sketch<T> sketchIn)
Filters elements on the providedSketch
-