public class ArrayOfDoublesSketchesTTestUDF
extends org.apache.hadoop.hive.ql.exec.UDF
| Constructor and Description |
|---|
ArrayOfDoublesSketchesTTestUDF() |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
evaluate(org.apache.hadoop.io.BytesWritable serializedSketchA,
org.apache.hadoop.io.BytesWritable serializedSketchB)
T-test on a given pair of ArrayOfDoublesSketches
|
public List<Double> evaluate(org.apache.hadoop.io.BytesWritable serializedSketchA, org.apache.hadoop.io.BytesWritable serializedSketchB)
serializedSketchA - ArrayOfDoublesSketch in as serialized binaryserializedSketchB - ArrayOfDoublesSketch in as serialized binaryCopyright © 2015–2020 The Apache Software Foundation. All rights reserved.