-
Notifications
You must be signed in to change notification settings - Fork 992
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
10 changed files
with
561 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.