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

Expression Constant Folding #1989

Merged
merged 1 commit into from
Sep 4, 2023

Add constant folding

57fef9a
Select commit
Loading
Failed to load commit list.
Merged

Expression Constant Folding #1989

Add constant folding
57fef9a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 4, 2023 in 1s

93.50% of diff hit (target 80.00%)

View this Pull Request on Codecov

93.50% of diff hit (target 80.00%)

Annotations

Check warning on line 232 in src/binder/bind/bind_projection_clause.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/binder/bind/bind_projection_clause.cpp#L232

Added line #L232 was not covered by tests

Check warning on line 243 in src/binder/bind/bind_projection_clause.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/binder/bind/bind_projection_clause.cpp#L242-L243

Added lines #L242 - L243 were not covered by tests

Check warning on line 246 in src/binder/bind/bind_projection_clause.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/binder/bind/bind_projection_clause.cpp#L245-L246

Added lines #L245 - L246 were not covered by tests

Check warning on line 231 in src/common/vector/value_vector.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/common/vector/value_vector.cpp#L230-L231

Added lines #L230 - L231 were not covered by tests

Check warning on line 15 in src/include/binder/expression/variable_expression.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/binder/expression/variable_expression.h#L15

Added line #L15 was not covered by tests

Check warning on line 72 in src/processor/map/expression_mapper.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/processor/map/expression_mapper.cpp#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 83 in src/processor/map/expression_mapper.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/processor/map/expression_mapper.cpp#L83

Added line #L83 was not covered by tests

Check warning on line 88 in src/processor/map/expression_mapper.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/processor/map/expression_mapper.cpp#L87-L88

Added lines #L87 - L88 were not covered by tests