public class SketchToStringUDF
extends org.apache.hadoop.hive.ql.exec.UDF
Constructor and Description |
---|
SketchToStringUDF() |
Modifier and Type | Method and Description |
---|---|
String |
evaluate(org.apache.hadoop.io.BytesWritable serializedSketch)
Get a human-readable summary of a given HllSketch
|
public String evaluate(org.apache.hadoop.io.BytesWritable serializedSketch)
serializedSketch
- HllSketch in a serialized binary formCopyright © 2015–2019 The Apache Software Foundation. All rights reserved.