未验证 提交 4d33e79c 编写于 作者: N Nikita Mikhaylov 提交者: GitHub

Update ColumnDecimal.h

上级 2c9b77d5
...@@ -82,7 +82,7 @@ public: ...@@ -82,7 +82,7 @@ public:
bool isNumeric() const override { return false; } bool isNumeric() const override { return false; }
bool canBeInsideNullable() const override { return true; } bool canBeInsideNullable() const override { return true; }
bool isFixedAndContiguous() const final { return true; } bool isFixedAndContiguous() const override { return true; }
size_t sizeOfValueIfFixed() const override { return sizeof(T); } size_t sizeOfValueIfFixed() const override { return sizeof(T); }
size_t size() const override { return data.size(); } size_t size() const override { return data.size(); }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册