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 start to hash table API #6

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft

WIP start to hash table API #6

wants to merge 24 commits into from

Conversation

k2bd
Copy link
Owner

@k2bd k2bd commented Jun 27, 2023

Closes #4

@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

Merging #6 (affbce0) into main (48324fb) will decrease coverage by 8.13%.
The diff coverage is 80.13%.

@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
- Coverage   95.09%   86.96%   -8.13%     
==========================================
  Files          10       13       +3     
  Lines         530     1097     +567     
==========================================
+ Hits          504      954     +450     
- Misses         26      143     +117     
Impacted Files Coverage Δ
src/dbms/storage/serialize.rs 99.01% <ø> (ø)
src/dbms/storage/page/hash_table/table.rs 73.76% <73.76%> (ø)
src/dbms/storage/page/hash_table/block.rs 87.79% <77.77%> (-3.82%) ⬇️
...c/dbms/storage/page/hash_table/header_extension.rs 95.60% <95.60%> (ø)
src/dbms/storage/page/hash_table/header.rs 94.89% <96.55%> (+0.55%) ⬆️
src/dbms/storage/disk/testing.rs 92.59% <100.00%> (+0.59%) ⬆️
src/dbms/storage/page/hash_table/hash_function.rs 100.00% <100.00%> (ø)
src/dbms/storage/page/hash_table/util.rs 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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.

Hash table header extension pages
1 participant