Closed RobinTF closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.15%. Comparing base (
2e47358
) to head (4235275
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
1 New issue
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Because
Filter
is an operation that can only reduce the result size (often drastically) there are plenty of occasions where the input of the filter is too large to be materialized, but the output of the filter can be materialized. As of this commit we thus always try to compute this input of a FILTER lazily.