public class InterpretedFunctionInvoker extends Object
| Constructor and Description |
|---|
InterpretedFunctionInvoker(FunctionRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Signature function,
ConnectorSession session,
List<Object> arguments)
Arguments must be the native container type for the corresponding SQL types.
|
Object |
invoke(Signature function,
ConnectorSession session,
Object... arguments) |
public InterpretedFunctionInvoker(FunctionRegistry registry)
public Object invoke(Signature function, ConnectorSession session, Object... arguments)
public Object invoke(Signature function, ConnectorSession session, List<Object> arguments)
Returns a value in the native container type corresponding to the declared SQL return type
Copyright © 2012–2019. All rights reserved.