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

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

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

Subclasses of AbstractGenericUDAFResolver in org.apache.hadoop.hive.ql.udf.generic
 class GenericUDAFAverage
          GenericUDAFAverage.
 class GenericUDAFBridge
          This class is a bridge between GenericUDAF and UDAF.
 class GenericUDAFHistogramNumeric
          Computes an approximate histogram of a numerical column using a user-specified number of bins.
 class GenericUDAFMax
           
 class GenericUDAFMin
           
 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 GenericUDAFSum
          GenericUDAFSum.
 class GenericUDAFVariance
          Compute the variance.
 class GenericUDAFVarianceSample
          Compute the sample variance by extending GenericUDAFVariance and overriding the terminate() method of the evaluator.
 



Copyright © 2010 The Apache Software Foundation