alamb commented on code in PR #12996: URL: https://github.com/apache/datafusion/pull/12996#discussion_r1831127446
########## datafusion/physical-plan/src/aggregates/group_values/group_column.rs: ########## @@ -56,14 +59,40 @@ pub trait GroupColumn: Send + Sync { /// /// Note that this comparison returns true if both elements are NULL fn equal_to(&self, lhs_row: usize, array: &ArrayRef, rhs_row: usize) -> bool; + /// Appends the row at `row` in `array` to this builder fn append_val(&mut self, array: &ArrayRef, row: usize); Review Comment: A good thing to benchmark (as a follow on PR) perhaps -- 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