Skip to content

Commit

Permalink
More detail on removing group column note
Browse files Browse the repository at this point in the history
  • Loading branch information
wotbrew committed Sep 7, 2024
1 parent 6398b3b commit 7427998
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ the current impl binds an object-array with a slot for each acc variable and ban

one pass summarization only

we have two different aggregation engines. Hard to maintain. Realising arrays only works for a subset of cases. Consider
only supporting the eager one pass aggregation

e.g sql style, symbol refs to columns outside of an aggregate can return a (undefined) sample.

array_agg style function could be used if you want groups

in order to do this, I think we will need to be certain the planner rewrites for group-let work in every case.

---

rel vs results
Expand Down

0 comments on commit 7427998

Please sign in to comment.