Class SerializedFrequentLongsSketch
- java.lang.Object
-
- org.apache.pinot.segment.local.customobject.SerializedFrequentLongsSketch
-
- All Implemented Interfaces:
Comparable<org.apache.datasketches.frequencies.LongsSketch>
public class SerializedFrequentLongsSketch extends Object implements Comparable<org.apache.datasketches.frequencies.LongsSketch>
-
-
Constructor Summary
Constructors Constructor Description SerializedFrequentLongsSketch(org.apache.datasketches.frequencies.LongsSketch sketch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(@NotNull org.apache.datasketches.frequencies.LongsSketch other)StringtoString()
-
-
-
Method Detail
-
compareTo
public int compareTo(@NotNull @NotNull org.apache.datasketches.frequencies.LongsSketch other)- Specified by:
compareToin interfaceComparable<org.apache.datasketches.frequencies.LongsSketch>
-
-