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

[WIP] storage #19

Closed
wants to merge 8 commits into from
Closed

[WIP] storage #19

wants to merge 8 commits into from

Conversation

yliang412
Copy link
Member

Problem

Summary of changes

@codecov-commenter
Copy link

codecov-commenter commented Feb 3, 2025

Codecov Report

Attention: Patch coverage is 78.92325% with 184 lines in your changes missing coverage. Please review.

Project coverage is 75.2%. Comparing base (3962965) to head (8bad99c).

Files with missing lines Patch % Lines
optd-core/src/memo/persistent_memo.rs 90.1% 56 Missing ⚠️
optd-core/src/operator/relational/physical/mod.rs 0.0% 18 Missing ⚠️
...rc/operator/relational/physical/scan/table_scan.rs 0.0% 13 Missing ⚠️
optd-core/src/operator/relational/logical/join.rs 21.4% 11 Missing ⚠️
optd-core/src/bin/memo_demo.rs 0.0% 10 Missing ⚠️
optd-core/src/operator/relational/logical/mod.rs 80.0% 9 Missing ⚠️
optd-core/src/storage/mod.rs 86.4% 8 Missing ⚠️
...ptd-core/src/operator/relational/logical/filter.rs 33.3% 6 Missing ⚠️
...td-core/src/operator/relational/logical/project.rs 33.3% 6 Missing ⚠️
.../src/operator/relational/physical/filter/filter.rs 0.0% 6 Missing ⚠️
... and 10 more
Additional details and impacted files
Files with missing lines Coverage Δ
optd-core/src/operator/scalar/constants.rs 100.0% <100.0%> (ø)
optd-core/src/operator/scalar/equal.rs 100.0% <100.0%> (ø)
optd-core/src/storage/sequence.rs 100.0% <100.0%> (ø)
...ore/src/rules/transformation/join_associativity.rs 0.0% <0.0%> (ø)
...ore/src/rules/transformation/join_commutativity.rs 0.0% <0.0%> (ø)
optd-core/src/operator/relational/logical/scan.rs 76.9% <76.9%> (ø)
optd-core/src/operator/scalar/add.rs 0.0% <0.0%> (ø)
optd-core/src/rules/implementation/table_scan.rs 0.0% <0.0%> (ø)
...ptd-core/src/operator/relational/logical/filter.rs 33.3% <33.3%> (ø)
...td-core/src/operator/relational/logical/project.rs 33.3% <33.3%> (ø)
... and 13 more

Signed-off-by: Yuchen Liang <[email protected]>
Signed-off-by: Yuchen Liang <[email protected]>
@yliang412 yliang412 closed this Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants