-
Notifications
You must be signed in to change notification settings - Fork 211
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
WIP Add support for recursive aggregate #2263
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2263 +/- ##
==========================================
- Coverage 76.92% 76.69% -0.23%
==========================================
Files 455 456 +1
Lines 28658 28638 -20
==========================================
- Hits 22045 21964 -81
- Misses 6613 6674 +61
|
I looked at the WIP again. As discussed, we need a semantic check for recursive-aggregate relations. I would check the following:
|
Please bring the source files into the right format using
|
Please also check whether I/O is working. The auxiliary arity of one may hide the last column. |
I/O is working fine - all attributes are printed. |
The technical choice of introducing new btree representations does not ease adding other aggregation operators in the future. |
No description provided.