提交 4cb79930 编写于 作者: A alexey-milovidov

Update TrivialBuffer.h

上级 fd1403d4
......@@ -102,8 +102,9 @@ private:
BlocksList data;
size_t current_rows, current_bytes;
time_t first_write_time;
size_t current_rows = 0;
size_t current_bytes = 0;
time_t first_write_time = 0;
const size_t num_blocks_to_deduplicate;
using HashType = UInt64;
using DeduplicationBuffer = std::unordered_set<HashType>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册