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-Forge #5662] Implement interval joins #528

Open
10 of 13 tasks
arunsrinivasan opened this issue Jun 8, 2014 · 5 comments
Open
10 of 13 tasks

[R-Forge #5662] Implement interval joins #528

arunsrinivasan opened this issue Jun 8, 2014 · 5 comments
Assignees
Labels
feature request non-equi joins rolling, overlapping, non-equi joins

Comments

@arunsrinivasan
Copy link
Member

Submitted by: Arun ; Assigned to: Nobody; R-Forge link

The functionality is very similar to findOverlaps function from IRanges package, except that we'll have the option to return the join result, or the matching indices.

Types of overlaps:

  • any
  • within
  • equal
  • start
  • end

Arguments for 'mult':

  • all
  • first
  • last

Additional arguments:

  • minoverlap
  • maxgap
  • which
  • nomatch
  • ignore.self
@arunsrinivasan arunsrinivasan self-assigned this Jul 3, 2014
@arunsrinivasan arunsrinivasan added High and removed Medium labels Jul 5, 2014
arunsrinivasan added a commit that referenced this issue Sep 2, 2014
@arunsrinivasan arunsrinivasan added this to the v1.9.6 milestone Sep 23, 2014
@vlsi
Copy link

vlsi commented Oct 6, 2014

I've just updated my data.table and noticed this feature in NEWS section.

Thank you for your work.
This is amazing.

@arunsrinivasan
Copy link
Member Author

@vlsi thanks!

@kickbox
Copy link

kickbox commented Feb 11, 2017

Looking forward to the implementation of maxgap and minoverlap functions.

@mattdowle mattdowle removed this from the Candidate milestone May 10, 2018
@jangorecki jangorecki removed the High label Jun 8, 2020
@emilBeBri
Copy link

also looking very much forward to this! :)

@jangorecki jangorecki added the non-equi joins rolling, overlapping, non-equi joins label Jan 7, 2024
@jangorecki
Copy link
Member

interested parties are welcome to provide example code and expected results for remaining features in this issue:

  • minoverlap
  • maxgap
  • ignore.self

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request non-equi joins rolling, overlapping, non-equi joins
Projects
None yet
Development

No branches or pull requests

6 participants