public class ListFunctionInvoker extends Object implements FunctionInvoker
| Constructor and Description |
|---|
ListFunctionInvoker() |
| 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 © 2020 Actian Corporation. All rights reserved.