Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggregation context should be passed to a single expression #668

Open
swilly22 opened this issue May 5, 2024 · 0 comments
Open

Aggregation context should be passed to a single expression #668

swilly22 opened this issue May 5, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@swilly22
Copy link
Contributor

swilly22 commented May 5, 2024

Today each aggregation expression e.g. UNWIND [1,2,3,3] AS x RETURN x, count(x) will generate 3 Arithmetic expression trees.
It would be much better if we can use a single expression and pass the aggregation context(s) to it.

@swilly22 swilly22 added the enhancement New feature or request label May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants