This repository has been archived by the owner on Oct 14, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
修改src/table/data_block_builder.*文件,增加clear()、size()函数,以及其他修改;
改动的文件如下:
modified: CMakeLists.txt
modified: README.md
modified: build.sh
new file: code_statistics.sh
modified: docker/Dockerfile
new file: img/logo.png
modified: src/db/offset_info.h
modified: src/filter/bloom_filter.cpp
modified: src/filter/bloom_filter.h
modified: src/filter/filter_policy.h
modified: src/table/data_block_builder.cpp
modified: src/table/data_block_builder.h
new file: src/table/filter_block_builder.cpp
new file: src/table/filter_block_builder.h
new file: src/table/footer_builder.cpp
new file: src/table/footer_builder.h
new file: src/table/index_block_builder.cpp
new file: src/table/index_block_builder.h
deleted: src/table/restart_point.h
new file: src/table/sstable_builder.cpp
new file: src/table/sstable_builder.h
modified: tests/test_data_block_builder.cpp
new file: tests/test_filter_block_builder.cpp
new file: tests/test_index_block_builder.cpp
modified: unittest_run.sh