public interface DynamicFunctionResolver
Modifier and Type | Method and Description |
---|---|
FunctionImplementation<Function> |
getForTypes(java.util.List<DataType> dataTypes)
returns the function implementation for the given types.
|
FunctionImplementation<Function> getForTypes(java.util.List<DataType> dataTypes) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
- thrown if there is no function that can handle the given types.