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

support outer join #98

Open
fzhedu opened this issue Nov 17, 2015 · 0 comments
Open

support outer join #98

fzhedu opened this issue Nov 17, 2015 · 0 comments

Comments

@fzhedu
Copy link
Member

fzhedu commented Nov 17, 2015

claims just supports cross join and equal join now, correspond to nest loop join and hash join, and doesn't support outer join now. outer join contains left outer join, right outer join and full outer join. if join condition is false, then all cell value of one tuple is null in some table.
you need add logical operator and physical operator of outer join in logical_operator folder and physical_operator, and add them into makefile and common/serialize/RegisterDerivedClass, also comments and test case should be complete.
you can refer to the implementation of cross join and equal join.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant