|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UDFArgumentException | |
---|---|
org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
org.apache.hadoop.hive.ql.optimizer | |
org.apache.hadoop.hive.ql.optimizer.listbucketingpruner | |
org.apache.hadoop.hive.ql.optimizer.ppr | |
org.apache.hadoop.hive.ql.parse | |
org.apache.hadoop.hive.ql.plan | |
org.apache.hadoop.hive.ql.udf.generic | Standard toolkit and framework for generic User-defined functions. |
org.apache.hadoop.hive.ql.udf.xml |
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 |
NoMatchingMethodException
Exception thrown by the UDF and UDAF method resolvers in case no matching method is 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 |
DefaultUDFMethodResolver.getEvalMethod(List<TypeInfo> argClasses)
Gets the evaluate method for the UDF given the parameter types. |
|
Method |
NumericOpMethodResolver.getEvalMethod(List<TypeInfo> argTypeInfos)
|
|
Method |
ComparisonOpMethodResolver.getEvalMethod(List<TypeInfo> argTypeInfos)
|
|
Method |
UDFMethodResolver.getEvalMethod(List<TypeInfo> argClasses)
Gets the evaluate method for the UDF given the parameter types. |
|
Class<? extends UDAFEvaluator> |
DefaultUDAFEvaluatorResolver.getEvaluatorClass(List<TypeInfo> argClasses)
Gets the evaluator class for the UDAF given the parameter types. |
|
Class<? extends UDAFEvaluator> |
UDAFEvaluatorResolver.getEvaluatorClass(List<TypeInfo> argClasses)
Gets the evaluator class corresponding to the passed parameter list. |
|
Class<? extends UDAFEvaluator> |
NumericUDAFEvaluatorResolver.getEvaluatorClass(List<TypeInfo> argTypeInfos)
|
|
static Method |
FunctionRegistry.getMethodInternal(Class<?> udfClass,
List<Method> mlist,
boolean exact,
List<TypeInfo> argumentsPassed)
Gets the closest matching method corresponding to the argument list from a list of methods. |
|
static
|
FunctionRegistry.getMethodInternal(Class<? extends T> udfClass,
String methodName,
boolean exact,
List<TypeInfo> argumentClasses)
This method is shared between UDFRegistry and UDAFRegistry. |
Uses of UDFArgumentException in org.apache.hadoop.hive.ql.optimizer |
---|
Methods in org.apache.hadoop.hive.ql.optimizer that throw UDFArgumentException | |
---|---|
protected void |
PrunerOperatorFactory.FilterPruner.addPruningPred(Map<TableScanOperator,ExprNodeDesc> opToPrunner,
TableScanOperator top,
ExprNodeDesc new_pruner_pred)
Add pruning predicate. |
protected void |
PrunerOperatorFactory.FilterPruner.addPruningPred(Map<TableScanOperator,Map<String,ExprNodeDesc>> opToPrunner,
TableScanOperator top,
ExprNodeDesc new_pruner_pred,
Partition part)
Add pruning predicate. |
protected abstract void |
PrunerOperatorFactory.FilterPruner.generatePredicate(NodeProcessorCtx procCtx,
FilterOperator fop,
TableScanOperator top)
Generate predicate. |
Uses of UDFArgumentException in org.apache.hadoop.hive.ql.optimizer.listbucketingpruner |
---|
Methods in org.apache.hadoop.hive.ql.optimizer.listbucketingpruner that throw UDFArgumentException | |
---|---|
protected void |
LBPartitionProcFactory.LBPRPartitionFilterPruner.generatePredicate(NodeProcessorCtx procCtx,
FilterOperator fop,
TableScanOperator top)
|
protected void |
LBProcFactory.LBPRFilterPruner.generatePredicate(NodeProcessorCtx procCtx,
FilterOperator fop,
TableScanOperator top)
|
Uses of UDFArgumentException in org.apache.hadoop.hive.ql.optimizer.ppr |
---|
Methods in org.apache.hadoop.hive.ql.optimizer.ppr that throw UDFArgumentException | |
---|---|
protected void |
OpProcFactory.FilterPPR.generatePredicate(NodeProcessorCtx procCtx,
FilterOperator fop,
TableScanOperator top)
|
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,
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. |
Uses of UDFArgumentException in org.apache.hadoop.hive.ql.udf.xml |
---|
Methods in org.apache.hadoop.hive.ql.udf.xml that throw UDFArgumentException | |
---|---|
ObjectInspector |
GenericUDFXPath.initialize(ObjectInspector[] arguments)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |