|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
AmbiguousMethodException
Exception thrown by the UDF and UDAF method resolvers in case a unique method is not found. |
class |
UDFArgumentLengthException
exception class, thrown when udf arguments have wrong length. |
class |
UDFArgumentTypeException
exception class, thrown when udf arguments have wrong types. |
Methods in org.apache.hadoop.hive.ql.exec that throw UDFArgumentException | |
---|---|
Method |
NumericOpMethodResolver.getEvalMethod(List<TypeInfo> argTypeInfos)
|
Method |
UDFMethodResolver.getEvalMethod(List<TypeInfo> argClasses)
Gets the evaluate method for the UDF given the parameter 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(GenericUDF genericUDF,
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 |
---|
Constructors in org.apache.hadoop.hive.ql.udf.generic that throw UDFArgumentException | |
---|---|
GenericUDFUtils.ConversionHelper(Method m,
ObjectInspector[] parameterOIs)
Create a PrimitiveConversionHelper for Method m. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |