Neal Richardson created ARROW-13778:
---------------------------------------
Summary: [R] Handle complex summarize expressions
Key: ARROW-13778
URL: https://issues.apache.org/jira/browse/ARROW-13778
Project: Apache Arrow
Issue Type: Improvement
Components: R
Reporter: Neal Richardson
Assignee: Neal Richardson
Fix For: 6.0.0
Right now we can do {{summarize(x = agg(field), y = agg(expr))}} but we can't
do {{z = agg(fn(x))}} or {{q = agg(field) + agg(field)}}. This will require
more complex expression massaging.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)