Uh oh!
There was an error while loading. Please reload this page.
ARROW-13344: [R] Initial bindings for ExecPlan/ExecNode - #10722
ARROW-13344: [R] Initial bindings for ExecPlan/ExecNode#10722nealrichardson wants to merge 25 commits into
Conversation
b8d4db6 to
d6e0344Compare9110b65 to
0ca08b2Compare0ca08b2 to
6cd68ccCompare133f328 to
a7f5cadCompareUh oh!
There was an error while loading. Please reload this page.
d0731f3 to
43463b3Comparebkietz
commented
Jul 30, 2021
ARROW-13482 (#10793) unifies the factories for scalar and grouped aggregation. I'll ensure that PR also provides configurable output column names for both
ARROW-13451 would allow grouping of grouped and scalar aggregation kernels under the same function (rather than requiring distinct |
8e2dcd2 to
a7ec453Compare…t's no longer a thing 🎉
a7ec453 to
eab89e8CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Ian Cook <ianmcook@gmail.com>
…ow into scalar-aggregate-node
This PR adds support for both scalar and group-by aggregation via dplyr::summarize(). Only the functions sum, any, and all are wired up. Followup issues (both bugs and features):
hash_prefix to the name, which seems unnecessary because you can't call a non-hash-aggregation function in GroupBy and you can't call a hash_ function in ScalarAggregate (ARROW-13451)