bkietz commented on a change in pull request #9621:
URL: https://github.com/apache/arrow/pull/9621#discussion_r599667024
##########
File path: cpp/src/arrow/compute/api_aggregate.h
##########
@@ -306,5 +306,100 @@ Result<Datum> TDigest(const Datum& value,
const TDigestOptions& options =
TDigestOptions::Defaults(),
ExecContext* ctx = NULLPTR);
+namespace internal {
+
+/// Internal use only: streaming group identifier.
Review comment:
It allowed @nealrichardson to explore the hash aggregate kernels and
expose a number of issues. We'll probably remove `GroupBy` altogether in
ARROW-12010
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]