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
FunctionInvoker
invoke
in interface FunctionInvoker
m
- The method to invoke.args
- The ScalarValuedFunction arguments from the call to the FunctionRegistry.IllegalArgumentException
IllegalAccessException
InvocationTargetException
Copyright © 2019 Actian Corporation. All rights reserved.