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

[C++][Compute] Implement outer join with support for residual predicates #29281

Closed
asfimport opened this issue Aug 17, 2021 · 1 comment
Closed

Comments

@asfimport
Copy link
Collaborator

asfimport commented Aug 17, 2021

Residual predicates are evaluated after finding matches using equality condition on key columns, but before deciding whether an input had a match for the join and resolving outer references. They allow to implement in a simple (but potentially inefficient) way inequality predicates that accompany equality predicates in join condition.

Reporter: Michal Nowakiewicz / @michalursa
Assignee: Sasha Krassovsky / @save-buffer

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-13643. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

David Li / @lidavidm:
Issue resolved by pull request 11579
#11579

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