You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* non-equi-joins:
non-equi joins update to NEWS. #1452.
Patching another issue spotted by Jan. Thanks!
Update ?data.table with current non-equi join functionality.
Limit number of combinations for tests to max of 100.
Closes#1257, on=.() syntax is now possible.
Added test for join on char type with op other than '=='.
Allow only '==' operator for joins on char type.
Free allocated variable.
Fix for the issue @jan spotted. Added tests. Thanks Jan.
Finally, non-equi joins NAs/NaNs correctly in all cases, hopefully.
Added a note to self comment to nestedid.
Minor: fix code spacing.
Adding tests for non-equi joins only for non-NA/NaN cases.
Fixing logic for NAs in i.
Various improvements and fixes to nestedid.
better logic fixes edge cases, also removes for-loop = ~3x faster
Just fixing indentation and minor code cleanup. No implementations.
thinko! should be seq_len, not seq_along.
First stab at non-equi joins
From #1130 comments.
It would be nice if
on=
will accept both character vectors and lists as arguments.The text was updated successfully, but these errors were encountered: