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.
|
getEvaluatorpublic UnionDoubleSummaryWithModeSketchUDAF()
public org.apache.hadoop.hive.ql.udf.generic.GenericUDAFEvaluator createEvaluator()
UnionSketchUDAFcreateEvaluator in class UnionSketchUDAFprotected void checkExtraArguments(org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector[] inspectors)
throws org.apache.hadoop.hive.ql.parse.SemanticException
UnionSketchUDAFcheckExtraArguments in class UnionSketchUDAFinspectors - array of inspectorsorg.apache.hadoop.hive.ql.parse.SemanticException - if anything is wrongCopyright © 2015–2020 The Apache Software Foundation. All rights reserved.