Class ArrayOfDoublesSketchToMeansUDF
- java.lang.Object
-
- org.apache.hadoop.hive.ql.exec.UDF
-
- org.apache.datasketches.hive.tuple.ArrayOfDoublesSketchToMeansUDF
-
public class ArrayOfDoublesSketchToMeansUDF extends org.apache.hadoop.hive.ql.exec.UDF
-
-
Constructor Summary
Constructors Constructor Description ArrayOfDoublesSketchToMeansUDF()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Double>evaluate(org.apache.hadoop.io.BytesWritable serializedSketch)Get means from a given ArrayOfDoublesSketch
-