Class SketchToStringUDF


  • public class SketchToStringUDF
    extends org.apache.hadoop.hive.ql.exec.UDF
    • Constructor Detail

      • SketchToStringUDF

        public SketchToStringUDF()
    • Method Detail

      • evaluate

        public String evaluate​(org.apache.hadoop.io.BytesWritable serializedSketch)
        Get a human-readable summary of a given HllSketch
        Parameters:
        serializedSketch - HllSketch in a serialized binary form
        Returns:
        text summary