-
Notifications
You must be signed in to change notification settings - Fork 761
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
feat(query): Add rule - Push filter down to aggregate #10240
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
ccb7d7f
to
9d71585
Compare
Hi @sundy-li, @BohuTANG PTAL, thanks! BTW, I was looking at TiDB for heuristic rules. Seems like we don't have I'm not really sure if that's applied to storage layer. The filter in TableScan is empty but I'm not sure can you help confirm?
|
src/query/sql/src/planner/optimizer/rule/rewrite/rule_push_down_filter_aggregate.rs
Outdated
Show resolved
Hide resolved
Yes, we can have that. |
src/query/sql/src/planner/optimizer/rule/rewrite/rule_push_down_filter_aggregate.rs
Outdated
Show resolved
Hide resolved
src/query/sql/src/planner/optimizer/rule/rewrite/rule_push_down_filter_aggregate.rs
Show resolved
Hide resolved
@mergify update |
✅ Branch has been successfully updated |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Detail is added as comment in
rule_push_down_filter_aggregate.rs
Closes #8439