rluvaton commented on PR #18152: URL: https://github.com/apache/datafusion/pull/18152#issuecomment-3452086829
> My rust generics skills are not at a point yet where I could figure out a good way to actually share the bulk of the logic. This would probably end up as a case of 'template method'. I don't think you need generics here, you can have a trait for the logic and require implementation on the few differences (like evaluating the `when`) -- 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]
