enhance: support iterative filter execution #37363
Merged
Codecov / codecov/project
succeeded
Dec 11, 2024 in 1s
81.06% (target 77.00%)
View this Pull Request on Codecov
81.06% (target 77.00%)
Details
Codecov Report
Attention: Patch coverage is 81.86851%
with 262 lines
in your changes missing coverage. Please review.
Project coverage is 81.06%. Comparing base (
618f0cb
) to head (6881210
).
Report is 35 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #37363 +/- ##
==========================================
- Coverage 81.08% 81.06% -0.02%
==========================================
Files 1372 1375 +3
Lines 191564 192216 +652
==========================================
+ Hits 155324 155825 +501
- Misses 30740 30901 +161
+ Partials 5500 5490 -10
Components | Coverage Δ | |
---|---|---|
Client | 74.43% <ø> (ø) |
|
Core | 68.93% <81.79%> (+0.08%) |
⬆️ |
Go | 83.22% <100.00%> (+0.01%) |
⬆️ |
Files with missing lines | Coverage Δ | |
---|---|---|
internal/core/src/common/Chunk.h | 60.71% <100.00%> (+0.47%) |
⬆️ |
internal/core/src/common/QueryInfo.h | 100.00% <ø> (ø) |
|
internal/core/src/exec/Driver.cpp | 81.39% <100.00%> (+0.44%) |
⬆️ |
internal/core/src/exec/QueryContext.h | 84.61% <100.00%> (+0.30%) |
⬆️ |
...ternal/core/src/exec/expression/AlwaysTrueExpr.cpp | 88.23% <100.00%> (+2.52%) |
⬆️ |
...e/src/exec/expression/BinaryArithOpEvalRangeExpr.h | 100.00% <100.00%> (ø) |
|
...nternal/core/src/exec/expression/BinaryRangeExpr.h | 94.00% <100.00%> (+1.31%) |
⬆️ |
internal/core/src/exec/expression/CallExpr.cpp | 100.00% <100.00%> (ø) |
|
internal/core/src/exec/expression/EvalCtx.h | 100.00% <100.00%> (ø) |
|
internal/core/src/exec/expression/ExistsExpr.cpp | 89.47% <100.00%> (+2.37%) |
⬆️ |
... and 47 more |
Loading