duongcongtoai commented on PR #17110:
URL: https://github.com/apache/datafusion/pull/17110#issuecomment-3226655728
duckdb has a notion of `PropagatesNullValues`, i wonder if we have some
thing similar
```
impl ExprSchemable for Expr {
fn nullable(&self, input_schema: &dyn ExprSchema) -> Result<bool> {
```
we have something like this, but they are quite different i believe
--
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]