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

Packages that use GenericUDAFCovariance
org.apache.hadoop.hive.ql.udf.generic Standard toolkit and framework for generic User-defined functions. 
 

Uses of GenericUDAFCovariance in org.apache.hadoop.hive.ql.udf.generic
 

Subclasses of GenericUDAFCovariance in org.apache.hadoop.hive.ql.udf.generic
 class GenericUDAFCovarianceSample
          Compute the sample covariance by extending GenericUDAFCovariance and overriding the terminate() method of the evaluator.
 



Copyright © 2013 The Apache Software Foundation