Dandandan commented on code in PR #16136:
URL: https://github.com/apache/datafusion/pull/16136#discussion_r2100966267
##########
datafusion/physical-plan/src/aggregates/group_values/single_group_by/primitive/mod.rs:
##########
@@ -222,3 +184,61 @@ where
self.map.shrink_to(count, |_| 0); // hasher does not matter since the
map is cleared
}
}
+
+pub(crate) fn emit_internal<T: ArrowPrimitiveType, K>(
Review Comment:
K is unneeded here, it can take `emit_internal<T: ArrowPrimitiveType>`
--
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]