|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GenericUDAFVariance | |
|---|---|
| org.apache.hadoop.hive.ql.udf.generic | Standard toolkit and framework for generic User-defined functions. |
| Uses of GenericUDAFVariance in org.apache.hadoop.hive.ql.udf.generic |
|---|
| Subclasses of GenericUDAFVariance in org.apache.hadoop.hive.ql.udf.generic | |
|---|---|
class |
GenericUDAFStd
Compute the standard deviation by extending GenericUDAFVariance and overriding the terminate() method of the evaluator. |
class |
GenericUDAFStdSample
Compute the sample standard deviation by extending GenericUDAFVariance and overriding the terminate() method of the evaluator. |
class |
GenericUDAFVarianceSample
Compute the sample variance by extending GenericUDAFVariance and overriding the terminate() method of the evaluator. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||