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