Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Not sure about the API on this because from what I understand from bkietz, every aggregation function takes a single field ref, but group_by then count doesn't require a field because you're counting how many rows are in each group. (Perhaps more importantly, dplyr::n() takes no arguments, so we don't have a field ref in our expression to start.)
Attachments
Issue Links
- blocks
-
ARROW-13618 [R] Use Arrow engine for summarize() by default
- Resolved
-
ARROW-13739 [R] Support dplyr::count() and tally()
- Resolved
- is blocked by
-
ARROW-13737 [C++] Support scalar columns in hash aggregations (was: hash_sum on scalar column segfaults)
- Resolved
- is related to
-
ARROW-13820 [R] Rename na.min_count to min_count and na.rm to skip_nulls
- Resolved
- relates to
-
ARROW-13344 [R] Initial bindings for ExecPlan/ExecNode
- Resolved
-
ARROW-13620 [R] Binding for n_distinct()
- Resolved
- links to