Package org.apache.datasketches.hive.kll
Class SketchToStringUDF
- java.lang.Object
-
- org.apache.hadoop.hive.ql.exec.UDF
-
- org.apache.datasketches.hive.kll.SketchToStringUDF
-
public class SketchToStringUDF extends org.apache.hadoop.hive.ql.exec.UDF
-
-
Constructor Summary
Constructors Constructor Description SketchToStringUDF()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringevaluate(org.apache.hadoop.io.BytesWritable serializedSketch)Returns a summary of a given sketch
-
-
-
Method Detail
-
evaluate
public String evaluate(org.apache.hadoop.io.BytesWritable serializedSketch)
Returns a summary of a given sketch- Parameters:
serializedSketch- serialized sketch- Returns:
- text summary
-
-