Description
It is currently impossible for a custom function to return array values. While they might return (though the required type SimpleRangeValue is not exported), engine pre-checks output using ArraySize helper class. This has hardcoded behaviour of internal functions and ops. We should have a way for plugins to provide such mechanisms to custom functions.
Links
Description
It is currently impossible for a custom function to return array values. While they might return (though the required type
SimpleRangeValueis not exported), engine pre-checks output usingArraySizehelper class. This has hardcoded behaviour of internal functions and ops. We should have a way for plugins to provide such mechanisms to custom functions.Links