public class DefaultFunctionInvoker extends Object implements FunctionInvoker
ArgumentConverter.FunctionArgument annotation.
If no argument converter is specified for an argument, DefaultArgumentConverter
is used.| Constructor and Description |
|---|
DefaultFunctionInvoker() |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Method m,
ScalarValuedFunction[] args)
Invokes a method to return a ScalarValuedFunction, using the given arguments.
|
public Object invoke(Method m, ScalarValuedFunction[] args) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException
FunctionInvokerinvoke in interface FunctionInvokerm - The method to invoke.args - The ScalarValuedFunction arguments from the call to the FunctionRegistry.IllegalArgumentExceptionIllegalAccessExceptionInvocationTargetExceptionCopyright © 2016 Actian Corporation. All rights reserved.