Uses of Package
org.apache.hadoop.hive.ql.udf.generic

Packages that use org.apache.hadoop.hive.ql.udf.generic
org.apache.hadoop.hive.ql.exec   
org.apache.hadoop.hive.ql.plan   
org.apache.hadoop.hive.ql.udf.generic   
 

Classes in org.apache.hadoop.hive.ql.udf.generic used by org.apache.hadoop.hive.ql.exec
GenericUDAFEvaluator
          A Generic User-defined aggregation function (GenericUDAF) for the use with Hive.
GenericUDAFEvaluator.AggregationBuffer
          The interface for a class that is used to store the aggregation result during the process of aggregation.
GenericUDAFResolver
          A Generic User-defined aggregation function (GenericUDAF) for the use with Hive.
GenericUDF
          A Generic User-defined function (GenericUDF) for the use with Hive.
GenericUDTF
          A Generic User-defined Table Generating Function (UDTF) Generates a variable number of output rows for a single input row.
 

Classes in org.apache.hadoop.hive.ql.udf.generic used by org.apache.hadoop.hive.ql.plan
GenericUDAFEvaluator
          A Generic User-defined aggregation function (GenericUDAF) for the use with Hive.
GenericUDAFEvaluator.Mode
           
GenericUDF
          A Generic User-defined function (GenericUDF) for the use with Hive.
GenericUDTF
          A Generic User-defined Table Generating Function (UDTF) Generates a variable number of output rows for a single input row.
 

Classes in org.apache.hadoop.hive.ql.udf.generic used by org.apache.hadoop.hive.ql.udf.generic
Collector
          Collector gets data from a source.
GenericUDAFEvaluator
          A Generic User-defined aggregation function (GenericUDAF) for the use with Hive.
GenericUDAFEvaluator.AggregationBuffer
          The interface for a class that is used to store the aggregation result during the process of aggregation.
GenericUDAFEvaluator.Mode
           
GenericUDAFResolver
          A Generic User-defined aggregation function (GenericUDAF) for the use with Hive.
GenericUDAFVariance
          Compute the variance.
GenericUDAFVariance.GenericUDAFVarianceEvaluator
          Evaluate the variance using the following modification of the formula from The Art of Computer Programming, vol.
GenericUDF
          A Generic User-defined function (GenericUDF) for the use with Hive.
GenericUDF.DeferredObject
          A Defered Object allows us to do lazy-evaluation and short-circuiting.
GenericUDTF
          A Generic User-defined Table Generating Function (UDTF) Generates a variable number of output rows for a single input row.
 



Copyright © 2009 The Apache Software Foundation