eejbyfeldt commented on code in PR #11063:
URL: https://github.com/apache/datafusion/pull/11063#discussion_r1650490277


##########
datafusion/expr/src/function.rs:
##########
@@ -83,6 +83,9 @@ pub struct AccumulatorArgs<'a> {
     /// The input type of the aggregate function.
     pub input_type: &'a DataType,
 
+    /// If the input type is nullable.
+    pub input_nullable: bool,

Review Comment:
   Yes, that was what I was trying to explain. I created this PR that fixes 
that https://github.com/apache/datafusion/pull/11093 it required some other 
changes to make that change possible.



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

Reply via email to