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

Packages that use UDFArgumentException
org.apache.hadoop.hive.ql.exec   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
org.apache.hadoop.hive.ql.udf.generic   
 

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

Subclasses of UDFArgumentException in org.apache.hadoop.hive.ql.exec
 class UDFArgumentLengthException
          exception class, thrown when udf arguments have wrong length.
 class UDFArgumentTypeException
          exception class, thrown when udf arguments have wrong types.
 

Uses of UDFArgumentException in org.apache.hadoop.hive.ql.parse
 

Methods in org.apache.hadoop.hive.ql.parse that throw UDFArgumentException
static exprNodeDesc TypeCheckProcFactory.DefaultExprProcessor.getFuncExprNodeDesc(String udfName, List<exprNodeDesc> children)
          This function create an ExprNodeDesc for a UDF function given the children (arguments).
 

Uses of UDFArgumentException in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that throw UDFArgumentException
static exprNodeGenericFuncDesc exprNodeGenericFuncDesc.newInstance(Class<? extends GenericUDF> genericUDFClass, List<exprNodeDesc> children)
          Create a exprNodeGenericFuncDesc based on the genericUDFClass and the children parameters.
 

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

Methods in org.apache.hadoop.hive.ql.udf.generic that throw UDFArgumentException
 ObjectInspector GenericUDFSplit.initialize(ObjectInspector[] arguments)
           
 ObjectInspector GenericUDFSize.initialize(ObjectInspector[] arguments)
           
 ObjectInspector GenericUDFOPNull.initialize(ObjectInspector[] arguments)
           
 ObjectInspector GenericUDFOPNotNull.initialize(ObjectInspector[] arguments)
           
 ObjectInspector GenericUDFLocate.initialize(ObjectInspector[] arguments)
           
 ObjectInspector GenericUDFInstr.initialize(ObjectInspector[] arguments)
           
 ObjectInspector GenericUDFIndex.initialize(ObjectInspector[] arguments)
           
 ObjectInspector GenericUDFIf.initialize(ObjectInspector[] arguments)
           
 ObjectInspector GenericUDFElt.initialize(ObjectInspector[] arguments)
           
abstract  ObjectInspector GenericUDF.initialize(ObjectInspector[] arguments)
          Initialize this GenericUDF.
 



Copyright © 2009 The Apache Software Foundation