未验证 提交 e3861e0e 编写于 作者: A alexey-milovidov 提交者: GitHub

Merge pull request #7242 from azat/sparse_hashed-name

Return SparseHashed name (system.dictionaries:type) for the sparse_hashed layout
......@@ -36,7 +36,7 @@ public:
std::string getName() const override { return name; }
std::string getTypeName() const override { return "Hashed"; }
std::string getTypeName() const override { return sparse ? "SparseHashed" : "Hashed"; }
size_t getBytesAllocated() const override { return bytes_allocated; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册