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

Add WhereLag operator #483

Merged
merged 3 commits into from
Jul 7, 2023
Merged

Add WhereLag operator #483

merged 3 commits into from
Jul 7, 2023

Conversation

viceroypenguin
Copy link
Owner

This PR adds the WhereLag operator, which allows filtering values based on an evaluation of the current and a previous value.

Completes #303

@viceroypenguin viceroypenguin added this to the 5.2.0 milestone Jul 7, 2023
@viceroypenguin viceroypenguin linked an issue Jul 7, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jul 7, 2023

Codecov Report

Patch coverage: 94.44% and project coverage change: +0.03 🎉

Comparison is base (97f7f37) 92.99% compared to head (5f87c8a) 93.02%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #483      +/-   ##
==========================================
+ Coverage   92.99%   93.02%   +0.03%     
==========================================
  Files         247      249       +2     
  Lines        8146     8182      +36     
  Branches     1628     1635       +7     
==========================================
+ Hits         7575     7611      +36     
+ Misses        359      357       -2     
- Partials      212      214       +2     
Impacted Files Coverage Δ
Source/SuperLinq.Async/WhereLag.cs 91.66% <91.66%> (ø)
Source/SuperLinq/WhereLag.cs 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@viceroypenguin viceroypenguin merged commit 56e3140 into master Jul 7, 2023
@viceroypenguin viceroypenguin deleted the wherelag branch July 7, 2023 16:31
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.

WhereLead and WhereLag operators
1 participant