delamarch3 commented on issue #13271: URL: https://github.com/apache/datafusion/issues/13271#issuecomment-2463218032
Hi @goldmedal, I have a few thoughts/questions about this: * I'm wondering how the type signature for something like `Variadic` and `VariadicAny` can be represented? In `get_valid_types` it returns what is passed in. * The list of possible signatures for `Coercible` and `Any` could be quite large if we're looking to list all possible combinations * I'm not sure how to handle `UserDefined`, it's doc suggests calling `ScalarUDFImpl::coerce_types` but we don't have a suitable list of types to pass into it to figure out the possible combinations, unless I'm missing something -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org