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

Packages that use GenericUDAFVariance.GenericUDAFVarianceEvaluator
org.apache.hadoop.hive.ql.udf.generic   
 

Uses of GenericUDAFVariance.GenericUDAFVarianceEvaluator in org.apache.hadoop.hive.ql.udf.generic
 

Subclasses of GenericUDAFVariance.GenericUDAFVarianceEvaluator in org.apache.hadoop.hive.ql.udf.generic
static class GenericUDAFStd.GenericUDAFStdEvaluator
          Compute the standard deviation by extending GenericUDAFVarianceEvaluator and overriding the terminate() method of the evaluator.
static class GenericUDAFStdSample.GenericUDAFStdSampleEvaluator
          Compute the sample standard deviation by extending GenericUDAFVarianceEvaluator and overriding the terminate() method of the evaluator
static class GenericUDAFVarianceSample.GenericUDAFVarianceSampleEvaluator
          Compute the sample variance by extending GenericUDAFVarianceEvaluator and overriding the terminate() method of the evaluator
 



Copyright © 2009 The Apache Software Foundation