Omega359 commented on PR #21695: URL: https://github.com/apache/datafusion/pull/21695#issuecomment-4284397590
Just so I don't loose it again this is the best I was able to do without enum variants as types https://github.com/Omega359/arrow-datafusion/blob/38d9bdde69381b4a7516346f862310700b6eb96e/datafusion/functions/src/utils.rs#L192 Unfortunately the cost of this in terms of jump tables was deemed to be too much ... though I can't find the issue/PR for that anymore -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
