adriangb opened a new issue, #17318: URL: https://github.com/apache/datafusion/issues/17318
We already have this for logical expressions: https://github.com/apache/datafusion/blob/ad100fbd663eee85d1e1105cff338a21f33b9855/datafusion/expr/src/expr.rs#L2011-L2030 We dealt with the special case of functions in https://github.com/apache/datafusion/issues/16545 but I think it would be good to implement methods for the trait itself which seems clearer and more robust -- 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]
