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.
Reporter: Neal Richardson / @nealrichardson
Assignee: Neal Richardson / @nealrichardson
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-13778. Please see the migration documentation for further details.
Right now we can do
summarize(x = agg(field), y = agg(expr))but we can't doz = agg(fn\(x\))orq = agg(field) + agg(field). This will require more complex expression massaging.Reporter: Neal Richardson / @nealrichardson
Assignee: Neal Richardson / @nealrichardson
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-13778. Please see the migration documentation for further details.