|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AmbiguousMethodException | |
---|---|
org.apache.hadoop.hive.ql.exec | |
org.apache.hadoop.hive.ql.udf |
Uses of AmbiguousMethodException in org.apache.hadoop.hive.ql.exec |
---|
Methods in org.apache.hadoop.hive.ql.exec that throw AmbiguousMethodException | |
---|---|
Method |
NumericOpMethodResolver.getEvalMethod(List<Class<?>> argClasses)
|
Method |
DefaultUDFMethodResolver.getEvalMethod(List<Class<?>> argClasses)
Gets the evaluate method for the UDF given the parameter types. |
Method |
UDFMethodResolver.getEvalMethod(List<Class<?>> argClasses)
Gets the evaluate method for the UDF given the parameter types. |
Method |
ComparisonOpMethodResolver.getEvalMethod(List<Class<?>> argClasses)
|
Class<? extends UDAFEvaluator> |
NumericUDAFEvaluatorResolver.getEvaluatorClass(List<Class<?>> argClasses)
|
Class<? extends UDAFEvaluator> |
UDAFEvaluatorResolver.getEvaluatorClass(List<Class<?>> argClasses)
Gets the evaluator class corresponding to the passed parameter list. |
Class<? extends UDAFEvaluator> |
DefaultUDAFEvaluatorResolver.getEvaluatorClass(List<Class<?>> argClasses)
Gets the evaluator class for the UDAF given the parameter types. |
Uses of AmbiguousMethodException in org.apache.hadoop.hive.ql.udf |
---|
Methods in org.apache.hadoop.hive.ql.udf that throw AmbiguousMethodException | |
---|---|
Method |
UDFIf.UDFIfMethodResolver.getEvalMethod(List<Class<?>> argClasses)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |