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 for Conditional Inner Joins within Semi Join Operations #221

Open
michael-mue opened this issue Nov 10, 2024 · 0 comments
Open

Support for Conditional Inner Joins within Semi Join Operations #221

michael-mue opened this issue Nov 10, 2024 · 0 comments
Labels

Comments

@michael-mue
Copy link

Currently, Relax does not support performing conditional inner joins within semi join operations. This limits the ability to retrieve records from table A where a condition is met in both A and B, while including only columns from A. Specifically, the following types of joins are not possible within Relax:

  • ⋉ A.a = B.b (B): This semi join would include rows from A that satisfy the join condition with table B, but only retain the columns from A.

While conditional outer joins are possible, this operations is currently not supported.

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

No branches or pull requests

1 participant