Skip to content

Add %fin% operator for fast row-wise existence checks (#2279) - #7880

Open
venom1204 wants to merge 6 commits into
masterfrom
issue2279
Open

Add %fin% operator for fast row-wise existence checks (#2279)#7880
venom1204 wants to merge 6 commits into
masterfrom
issue2279

Conversation

@venom1204

Copy link
Copy Markdown
Contributor

closes #2279

adds the %fin% operator to perform optimized row-wise existence checks between data.tables. It supports multi-column matching using data.table join semantics and allows for the requested .(col1, col2) %fin% y syntax.

@codecov

codecov Bot commented Aug 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.01%. Comparing base (813ed95) to head (4c053c0).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7880   +/-   ##
=======================================
  Coverage   99.01%   99.01%           
=======================================
  Files          88       88           
  Lines       17309    17327   +18     
=======================================
+ Hits        17139    17157   +18     
  Misses        170      170           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown
  • HEAD=issue2279 much slower for transform improved in #5493
    Comparison Plot

Generated via commit 4c053c0

Download link for the artifact containing the test results: ↓ atime-results.zip

Task Duration
R setup and installing dependencies 2 minutes and 58 seconds
Installing different package versions 23 seconds
Running and plotting the test cases 5 minutes and 37 seconds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add %fin% set operator

1 participant