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

Packages that use UDFType
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.udf   
org.apache.hadoop.hive.ql.udf.generic Standard toolkit and framework for generic User-defined functions. 
 

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
          UDFRand.
 class UDFUnixTimeStamp
          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.
static class GenericUDAFMax.GenericUDAFMaxEvaluator
           
static class GenericUDAFMin.GenericUDAFMinEvaluator
           
 class GenericUDF
          A Generic User-defined function (GenericUDF) for the use with Hive.
 class GenericUDFAssertTrue
          GenericUDFAssertTrue
 class GenericUDFReflect
          A simple generic udf to call java static functions via reflection.
 class GenericUDFTranslate
          TRANSLATE(string input, string from, string to) is an equivalent function to translate in PostGresSQL.
 



Copyright © 2011 The Apache Software Foundation