Class SerializedKLL
- java.lang.Object
-
- org.apache.pinot.segment.local.customobject.SerializedKLL
-
- All Implemented Interfaces:
Comparable<SerializedKLL>
public class SerializedKLL extends Object implements Comparable<SerializedKLL>
Serialized and comparable version of KllDoublesSketch. Compares two sketches for a specific percentile value.
-
-
Constructor Summary
Constructors Constructor Description SerializedKLL(org.apache.datasketches.kll.KllDoublesSketch sketch, double percentile)
-
-
-
Method Detail
-
compareTo
public int compareTo(SerializedKLL other)
- Specified by:
compareToin interfaceComparable<SerializedKLL>
-
-