public class UnionDoubleSummaryWithModeSketchUDAF extends UnionSketchUDAF
Modifier and Type | Class and Description |
---|---|
static class |
UnionDoubleSummaryWithModeSketchUDAF.UnionDoubleSummaryWithModeSketchEvaluator |
UnionSketchUDAF.UnionSketchEvaluator<S extends org.apache.datasketches.tuple.Summary>
Constructor and Description |
---|
UnionDoubleSummaryWithModeSketchUDAF() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkExtraArguments(org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector[] inspectors)
Override this if your UDF has more arguments
|
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.
|
getEvaluator
public UnionDoubleSummaryWithModeSketchUDAF()
public org.apache.hadoop.hive.ql.udf.generic.GenericUDAFEvaluator createEvaluator()
UnionSketchUDAF
createEvaluator
in class UnionSketchUDAF
protected void checkExtraArguments(org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector[] inspectors) throws org.apache.hadoop.hive.ql.parse.SemanticException
UnionSketchUDAF
checkExtraArguments
in class UnionSketchUDAF
inspectors
- array of inspectorsorg.apache.hadoop.hive.ql.parse.SemanticException
- if anything is wrongCopyright © 2015–2019 The Apache Software Foundation. All rights reserved.