Commits
Click on a commit to change the comparison rangeMerge branch 'main' into feat/window-execution refactor(window): convert Window class methods to instance methods chore(window): fix merge conflicts from main Merge branch 'main' into feat/window-execution refactor(window): remove debug code and clean up comments feat(window): implement parallel window partitioning for improved performance refactor(window-execution): simplify window agg from multi-stage in finalize to single-stage feat(window): modify window_agg to broadcast values to original rows and union directly refactor(window): improve code organization in agg implementation refactor(window): removed unnecessary commented code refactor(window): move window functionality to dedicated module refactor(window): improve window aggregation implementation