Rachelint commented on code in PR #11943: URL: https://github.com/apache/datafusion/pull/11943#discussion_r1724905332
########## datafusion/expr-common/src/groups_accumulator.rs: ########## @@ -143,6 +402,25 @@ pub trait GroupsAccumulator: Send { /// [`Accumulator::state`]: crate::accumulator::Accumulator::state fn state(&mut self, emit_to: EmitTo) -> Result<Vec<ArrayRef>>; + /// Returns `true` if this accumulator supports blocked mode. + fn supports_blocked_mode(&self) -> bool { Review Comment: 😄 Yes, maybe this and `supports_convert_to_state` can be removed when all that impls supported them in the future. -- 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