-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix debug output Signed-off-by: Andres Taylor <andres@planetscale.com> * remove unused debug method Signed-off-by: Andres Taylor <andres@planetscale.com> * refactor: extract horizon expanding into it's own file Signed-off-by: Andres Taylor <andres@planetscale.com> * collect all filter pushing in one place Signed-off-by: Andres Taylor <andres@planetscale.com> * don't reuse createProjectionWithoutAggr since it has bad expectations of aggregations Signed-off-by: Andres Taylor <andres@planetscale.com> * refactor: clean up how we calculate offsets Signed-off-by: Andres Taylor <andres@planetscale.com> * reintroduce filter pushing on route planning Signed-off-by: Andres Taylor <andres@planetscale.com> * refactor addOrderBysAndGroupBysForAggregations Signed-off-by: Andres Taylor <andres@planetscale.com> * extract into method Signed-off-by: Andres Taylor <andres@planetscale.com> * refactor code to make it easier to add more phases Signed-off-by: Andres Taylor <andres@planetscale.com> * split a phase in two Signed-off-by: Andres Taylor <andres@planetscale.com> * refactor in preparation for adding having Signed-off-by: Andres Taylor <andres@planetscale.com> * make sure to also clone the result columns Signed-off-by: Andres Taylor <andres@planetscale.com> * stop fuzzing on CI Signed-off-by: Andres Taylor <andres@planetscale.com> * always keep aggregator columns updated Signed-off-by: Andres Taylor <andres@planetscale.com> * remove passed in functions to useOffsets instread passed in the operator Signed-off-by: Harshit Gangal <harshit@planetscale.com> * merge 2 phases into 1 Signed-off-by: Harshit Gangal <harshit@planetscale.com> * refactor some phases part Signed-off-by: Harshit Gangal <harshit@planetscale.com> --------- Signed-off-by: Andres Taylor <andres@planetscale.com> Signed-off-by: Harshit Gangal <harshit@planetscale.com> Co-authored-by: Harshit Gangal <harshit@planetscale.com>
- Loading branch information
1 parent
18e639f
commit cc380c4
Showing
28 changed files
with
446 additions
and
540 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.