You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/01 07:55:02 UTC

[GitHub] [arrow] AlenkaF commented on issue #11799: arrow::compute `hash_*` functions matching input types

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org