alamb commented on PR #14440: URL: https://github.com/apache/datafusion/pull/14440#issuecomment-2659829028
> Modifying Signature::Coercible alone won't achieve what @shehabgamin wants because, regardless of the approach, they would still need to: > > 1. Fork the entire function > 2. Modify its signature > 3. Register it in the function map I was hoping it might be possible to make a 'wrapper' function that only overrides the signature but passes everything else in Though now that I type this, perhaps what is really needed is user defined coercion for operators (like `=` or other comparisons 🤔 ) -- 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