goldmedal commented on PR #13255: URL: https://github.com/apache/datafusion/pull/13255#issuecomment-2456160338
There is another useful column I wanted to add, `is_null_call`. Its description in the Postgres document is ``` If the function automatically returns null if any of its arguments are null, then YES, else NO. Null for a procedure. ``` However, I think we don't have enough information in the function signature to do it 🤔 . -- 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]
