LiaCastaneda commented on issue #21116: URL: https://github.com/apache/datafusion/issues/21116#issuecomment-4154654168
Thanks @coderfender! Yeah, having benchmarks on this would be great. My rule of thumb is to always prefer SIMD and avoid going row-by-row, but honestly I'm not sure it would make a huge difference here. Internally we have a few UDFs that work row-by-row just fine since the core operation isn't that expensive, I'm not sure if optimizing these date functions would be micro optimizing or not. -- 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]
