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.
 

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
static class GenericUDFLeadLag.GenericUDFLag
           
static class GenericUDFLeadLag.GenericUDFLead
           
 class GenericUDFReflect
          A simple generic udf to call java static functions via reflection.
 class GenericUDFReflect2
          A simple generic udf to call java functions via reflection.
 class GenericUDFTranslate
          TRANSLATE(string input, string from, string to) is an equivalent function to translate in PostGresSQL.
 class GenericUDFUnixTimeStamp
           
 



Copyright © 2012 The Apache Software Foundation