Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
  • Loading branch information
CalvinNeo committed Sep 18, 2023
1 parent 6a1e9bc commit f8b9560
Show file tree
Hide file tree
Showing 5 changed files with 552 additions and 478 deletions.
1 change: 1 addition & 0 deletions dbms/src/Storages/DeltaMerge/SSTFilesToBlockInputStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ class SSTFilesToBlockInputStream final : public IBlockInputStream

// Bound the blocks read from SSTFilesToBlockInputStream by column `_tidb_rowid` and
// do some calculation for the `DMFileWriter::BlockProperty` of read blocks.
// Equals to PKSquashingBlockInputStream + DMVersionFilterBlockInputStream<COMPACT>
class BoundedSSTFilesToBlockInputStream final
{
public:
Expand Down
Loading

0 comments on commit f8b9560

Please sign in to comment.