Uses of Class
org.apache.hadoop.hive.ql.udf.generic.GenericUDAFVariance

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.
 



Copyright © 2010 The Apache Software Foundation