public class UnionDoubleSummarySketchUDAF extends UnionSketchUDAF
Modifier and Type | Class and Description |
---|---|
static class |
UnionDoubleSummarySketchUDAF.UnionDoubleSummarySketchEvaluator |
UnionSketchUDAF.UnionSketchEvaluator<S extends org.apache.datasketches.tuple.Summary>
Constructor and Description |
---|
UnionDoubleSummarySketchUDAF() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hive.ql.udf.generic.GenericUDAFEvaluator |
createEvaluator()
This is needed because a concrete UDAF is going to have its own concrete evaluator static inner class.
|
checkExtraArguments, getEvaluator
public org.apache.hadoop.hive.ql.udf.generic.GenericUDAFEvaluator createEvaluator()
UnionSketchUDAF
createEvaluator
in class UnionSketchUDAF
Copyright © 2015–2019 The Apache Software Foundation. All rights reserved.