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

[R] Support inequality joins #29841

Open
asfimport opened this issue Oct 8, 2021 · 1 comment
Open

[R] Support inequality joins #29841

asfimport opened this issue Oct 8, 2021 · 1 comment

Comments

@asfimport
Copy link
Collaborator

asfimport commented Oct 8, 2021

dplyr 1.1 supports inequality conditions in joins. We should explore what we can support.

Reporter: Neal Richardson / @nealrichardson

Related issues:

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

@wkumler
Copy link

wkumler commented Jun 20, 2024

Just wanting to give a shout-out to this issue! Would love to see these implemented in Arrow because they're fairly core to my workflow. I do a lot of range searches on continuously valued data (very high cardinality) and my experiments with relational databases (SQLite, PostreSQL) imply that performing these as a non-equi join is consistently faster than looping or pasting the searches together with an OR clause. I don't know whether that would also be the case with Arrow but if so that would be huge since Arrow is already near-optimal for the workflow with the looping/pasting method.

@raulcd raulcd modified the milestones: 17.0.0, 18.0.0 Jun 28, 2024
@raulcd raulcd modified the milestones: 18.0.0, 19.0.0 Oct 9, 2024
@amoeba amoeba modified the milestones: 19.0.0, 20.0.0 Jan 2, 2025
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

6 participants