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