ryanschneider commented on issue #1920: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1920#issuecomment-3028588577
I think the way forward is to add `supports_notnull_expr` and `supports_not_null_expr` methods to the `Dialect` trait, both defaulting to false but overridden to true for the above dialects, and then inspect that in the `parse_expr`. I'm not a huge fan of the two methods being so similarly named, happy to consider alternative names. -- 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