Uses of Class
org.apache.hadoop.hive.ql.udf.UDFType

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

Uses of UDFType in org.apache.hadoop.hive.ql.exec
 

Classes in org.apache.hadoop.hive.ql.exec with annotations of type UDFType
 class UDF
          A User-defined function (UDF) for the use with Hive.
 

Uses of UDFType in org.apache.hadoop.hive.ql.udf
 

Classes in org.apache.hadoop.hive.ql.udf with annotations of type UDFType
 class UDFRand
           
 class UDFUnixTimeStamp
           
 

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

Classes in org.apache.hadoop.hive.ql.udf.generic with annotations of type UDFType
 class GenericUDAFEvaluator
          A Generic User-defined aggregation function (GenericUDAF) for the use with Hive.
 class GenericUDF
          A Generic User-defined function (GenericUDF) for the use with Hive.
 



Copyright © 2009 The Apache Software Foundation