public interface UDFMethodResolver
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Method |
getEvalMethod(java.util.List<TypeInfo> argClasses)
Gets the evaluate method for the UDF given the parameter types.
|
java.lang.reflect.Method getEvalMethod(java.util.List<TypeInfo> argClasses) throws UDFArgumentException
argClasses - The list of the argument types that need to matched with the
evaluate function signature.UDFArgumentExceptionCopyright © 2012 The Apache Software Foundation