RumbleDB/rumble

Optimization of many lets before a for

ghislainfourny opened this issue · 2 comments

If there is no group by, the values can be passed as a dynamic context instead of being duplicated in dataframe columns.

Finally! :) I had meant to implement this optimization for a while already.