Uses of Class
org.apache.hadoop.hive.ql.exec.FunctionUtils.UDFClassType

Packages that use FunctionUtils.UDFClassType
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
 

Uses of FunctionUtils.UDFClassType in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec that return FunctionUtils.UDFClassType
static FunctionUtils.UDFClassType FunctionUtils.getUDFClassType(Class<?> udfClass)
          Determine the UDF class type of the class
static FunctionUtils.UDFClassType FunctionUtils.UDFClassType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FunctionUtils.UDFClassType[] FunctionUtils.UDFClassType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.