Description
The UserDefinedFunction returned by the UDFRegistration does not contain the input type information, although that information is available.
To fix the issue the last line of every register function would had to be changed to "UserDefinedFunction(func, dataType, inputType)" or is there any specific reason this was not done?