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