-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Move CBOs and Statistics to physical plan #965
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
e8c8a7f
moved statistics method from logical to exec plan
rdettai 6dbb778
[feat] make statistics async
rdettai 2e3353e
[feat] fix tests with partial implem of AggregateStatistics optimizer…
rdettai 305f9ca
[lint] cargo fmt all
rdettai 3bd0498
[fix] better structure for optimizer implem
rdettai de3d90a
[test] add tests for aggregate_statistics optim
rdettai 184b35f
[feat] add back min max stat optim
rdettai 9131404
[feat] add back hash_build_probe_order optim
rdettai c84afbc
[fix] align on new compound name rule
rdettai d7845fa
[test] unit hash_build_probe_order optim
rdettai e2c16c6
[test] union statistics compute
rdettai 3571997
[test] stats for record batch helper
rdettai f909245
[test] statistics column projection
rdettai 83d9a19
[test] stat computing for various plans
rdettai 5175ca8
[test] adding some integ tests for stats
rdettai bc9e02b
[test] sanity check for window expr
rdettai 6847aef
[test] window stat check len
rdettai 5b0c445
[fix] suggestion about bool arithmetic
rdettai b95f5b6
[fix] should never commit from github
rdettai 0ca5824
[review] for loop to iterator
rdettai 8854a63
[test] unit test for join optim
rdettai 8d884fa
[fix] updated comments according to PR review
rdettai 61f9f63
[fix] doc comments according to review hints
rdettai 9d4ebd5
[test] adding back previously asserted cases
rdettai b37111e
[fix] running aggregate and join CBOs first
rdettai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.