Closed RobinTF closed 1 week ago
Attention: Patch coverage is 99.16667%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 89.24%. Comparing base (
1bcfeeb
) to head (02714c4
). Report is 1 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
src/engine/CartesianProductJoin.cpp | 99.16% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
No test result changes.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
This allows the
CartesianProductJoin
operation to produce lazy results as well as to consume a single lazy result itself. Currently only the last child of the Cartesian product can be consumed lazily, but this can in principle be changed in the future. In particular, the most memory-saving way would be to lazily consume the largest child that supports lazy evaluation.