public class ComparisonOpMethodResolver extends Object implements UDFMethodResolver
| Constructor and Description |
|---|
ComparisonOpMethodResolver(Class<? extends UDF> udfClass)
Constuctor.
|
| Modifier and Type | Method and Description |
|---|---|
Method |
getEvalMethod(List<TypeInfo> argTypeInfos)
Gets the evaluate method for the UDF given the parameter types.
|
public Method getEvalMethod(List<TypeInfo> argTypeInfos) throws UDFArgumentException
UDFMethodResolvergetEvalMethod in interface UDFMethodResolverargTypeInfos - The list of the argument types that need to matched with the
evaluate function signature.UDFArgumentExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.