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: [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]
