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

Multiple aggregations #24

Merged
merged 5 commits into from Nov 11, 2018
Merged

Multiple aggregations #24

merged 5 commits into from Nov 11, 2018

Conversation

bachdavi
Copy link
Member

  • Add record for multiple aggregations
  • Aggregations now pass the argument symbols as a vector, also single aggregations as they are needed to reorder the key – value syms after the aggregation
  • Projection now only gets a deduped version of the :find-syms. Prior led to overflow panics in the backends tuples_by_symbols(). Projection would try to project nested plans bindings onto symbols in the find clause which have a potential higher multiplicity due to several aggregations. So the nested bindings were smaller in number than Projections variables.
  • Add fn_exp concat

@bachdavi bachdavi requested a review from comnik November 11, 2018 12:03
src/clj_3df/compiler.cljc Show resolved Hide resolved
src/clj_3df/compiler.cljc Outdated Show resolved Hide resolved
src/clj_3df/compiler.cljc Outdated Show resolved Hide resolved
@comnik comnik merged commit 28f4b50 into master Nov 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants