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

Packages that use AmbiguousMethodException
org.apache.hadoop.hive.ql.exec   
 

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<TypeInfo> argTypeInfos)
           
 Method DefaultUDFMethodResolver.getEvalMethod(List<TypeInfo> argClasses)
          Gets the evaluate method for the UDF given the parameter types.
 Method UDFMethodResolver.getEvalMethod(List<TypeInfo> argClasses)
          Gets the evaluate method for the UDF given the parameter types.
 Method ComparisonOpMethodResolver.getEvalMethod(List<TypeInfo> argTypeInfos)
           
 Class<? extends UDAFEvaluator> NumericUDAFEvaluatorResolver.getEvaluatorClass(List<TypeInfo> argTypeInfos)
           
 Class<? extends UDAFEvaluator> UDAFEvaluatorResolver.getEvaluatorClass(List<TypeInfo> argClasses)
          Gets the evaluator class corresponding to the passed parameter list.
 Class<? extends UDAFEvaluator> DefaultUDAFEvaluatorResolver.getEvaluatorClass(List<TypeInfo> argClasses)
          Gets the evaluator class for the UDAF given the parameter types.
 



Copyright © 2009 The Apache Software Foundation