Uses of Class
org.apache.hadoop.hive.ql.exec.UDFArgumentTypeException

Packages that use UDFArgumentTypeException
org.apache.hadoop.hive.ql.udf.generic Standard toolkit and framework for generic User-defined functions. 
 

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

Methods in org.apache.hadoop.hive.ql.udf.generic that throw UDFArgumentTypeException
 ObjectInspector GenericUDFCase.initialize(ObjectInspector[] arguments)
           
 ObjectInspector GenericUDFWhen.initialize(ObjectInspector[] arguments)
           
 ObjectInspector GenericUDFCoalesce.initialize(ObjectInspector[] arguments)
           
 ObjectInspector GenericUDFHash.initialize(ObjectInspector[] arguments)
           
 boolean GenericUDFUtils.ReturnObjectInspectorResolver.update(ObjectInspector oi)
          Update returnObjectInspector and valueInspectorsAreTheSame based on the ObjectInspector seen.
 



Copyright © 2011 The Apache Software Foundation