Skip to content
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

Hash join build projection push down #1319

Merged
merged 1 commit into from
Feb 25, 2023
Merged

Conversation

andyfengHKU
Copy link
Contributor

This PR adds the framework for projection push down optimizer, specifically

  • avoids materializing unnecessary properties before hash join build

src/main/connection.cpp Outdated Show resolved Hide resolved
src/optimizer/projection_push_down_optimizer.cpp Outdated Show resolved Hide resolved
src/include/optimizer/projection_push_down_optimizer.h Outdated Show resolved Hide resolved
@andyfengHKU andyfengHKU changed the title Sink projection push down Hash join build projection push down Feb 25, 2023
@andyfengHKU andyfengHKU merged commit b618ea4 into master Feb 25, 2023
@andyfengHKU andyfengHKU deleted the sink-projection-push-down branch February 25, 2023 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants