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

enhance: support iterative filter execution #37363

Merged
merged 5 commits into from
Dec 11, 2024

update

6881210
Select commit
Loading
Failed to load commit list.
Merged

enhance: support iterative filter execution #37363

update
6881210
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 11, 2024 in 1s

81.86% of diff hit (target 80.00%)

View this Pull Request on Codecov

81.86% of diff hit (target 80.00%)

Annotations

Check warning on line 41 in internal/core/src/common/Chunk.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/common/Chunk.cpp#L32-L41

Added lines #L32 - L41 were not covered by tests

Check warning on line 43 in internal/core/src/common/Chunk.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/common/Chunk.cpp#L43

Added line #L43 was not covered by tests

Check warning on line 53 in internal/core/src/exec/expression/AlwaysTrueExpr.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/AlwaysTrueExpr.h#L50-L53

Added lines #L50 - L53 were not covered by tests

Check warning on line 56 in internal/core/src/exec/expression/AlwaysTrueExpr.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/AlwaysTrueExpr.h#L56

Added line #L56 was not covered by tests

Check warning on line 28 in internal/core/src/exec/expression/BinaryArithOpEvalRangeExpr.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/BinaryArithOpEvalRangeExpr.cpp#L28

Added line #L28 was not covered by tests

Check warning on line 59 in internal/core/src/exec/expression/BinaryArithOpEvalRangeExpr.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/BinaryArithOpEvalRangeExpr.cpp#L59

Added line #L59 was not covered by tests

Check warning on line 77 in internal/core/src/exec/expression/BinaryRangeExpr.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/BinaryRangeExpr.cpp#L77

Added line #L77 was not covered by tests

Check warning on line 81 in internal/core/src/exec/expression/BinaryRangeExpr.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/BinaryRangeExpr.cpp#L81

Added line #L81 was not covered by tests

Check warning on line 378 in internal/core/src/exec/expression/BinaryRangeExpr.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/BinaryRangeExpr.cpp#L378

Added line #L378 was not covered by tests

Check warning on line 390 in internal/core/src/exec/expression/BinaryRangeExpr.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/BinaryRangeExpr.cpp#L390

Added line #L390 was not covered by tests

Check warning on line 403 in internal/core/src/exec/expression/BinaryRangeExpr.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/BinaryRangeExpr.cpp#L403

Added line #L403 was not covered by tests

Check warning on line 415 in internal/core/src/exec/expression/BinaryRangeExpr.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/BinaryRangeExpr.cpp#L415

Added line #L415 was not covered by tests

Check warning on line 66 in internal/core/src/exec/expression/CallExpr.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/CallExpr.h#L64-L66

Added lines #L64 - L66 were not covered by tests

Check warning on line 37 in internal/core/src/exec/expression/ColumnExpr.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/ColumnExpr.cpp#L37

Added line #L37 was not covered by tests

Check warning on line 40 in internal/core/src/exec/expression/ColumnExpr.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/ColumnExpr.cpp#L40

Added line #L40 was not covered by tests

Check warning on line 43 in internal/core/src/exec/expression/ColumnExpr.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/ColumnExpr.cpp#L43

Added line #L43 was not covered by tests

Check warning on line 46 in internal/core/src/exec/expression/ColumnExpr.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/ColumnExpr.cpp#L46

Added line #L46 was not covered by tests

Check warning on line 49 in internal/core/src/exec/expression/ColumnExpr.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/ColumnExpr.cpp#L49

Added line #L49 was not covered by tests

Check warning on line 52 in internal/core/src/exec/expression/ColumnExpr.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/ColumnExpr.cpp#L52

Added line #L52 was not covered by tests

Check warning on line 55 in internal/core/src/exec/expression/ColumnExpr.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/ColumnExpr.cpp#L55

Added line #L55 was not covered by tests

Check warning on line 100 in internal/core/src/exec/expression/ColumnExpr.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/ColumnExpr.cpp#L97-L100

Added lines #L97 - L100 were not covered by tests

Check warning on line 102 in internal/core/src/exec/expression/ColumnExpr.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/ColumnExpr.cpp#L102

Added line #L102 was not covered by tests

Check warning on line 112 in internal/core/src/exec/expression/ColumnExpr.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/ColumnExpr.cpp#L112

Added line #L112 was not covered by tests

Check warning on line 74 in internal/core/src/exec/expression/ColumnExpr.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/ColumnExpr.h#L70-L74

Added lines #L70 - L74 were not covered by tests

Check warning on line 81 in internal/core/src/exec/expression/ColumnExpr.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/core/src/exec/expression/ColumnExpr.h#L79-L81

Added lines #L79 - L81 were not covered by tests