AlenkaF commented on issue #11799:
URL: https://github.com/apache/arrow/issues/11799#issuecomment-983379697


   What I mean is that it should work in C++ also if not called directly. Here 
I am not of much help but would maybe try with something like:
   
   ```
   arrow::compute::CountOptions all(arrow::compute::CountOptions::ALL);
   auto res =
       arrow::compute::internal::GroupBy({array}, {arrayKey}, {{"hash_count", 
&all}}, false);
   ```


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


Reply via email to