Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
I'm writing the R bindings for the grouped count_distinct kernel, but the current implementation counts nulls as their own group. To match the R behaviour, I need to be able to specify whether or not to remove NA/NULL values.
Please could we have ScalarAggregateOptions implemented for count_distinct?
Attachments
Issue Links
- blocks
-
ARROW-13618 [R] Use Arrow engine for summarize() by default
- Resolved
- relates to
-
ARROW-13620 [R] Binding for n_distinct()
- Resolved
- links to