提交 9e1ebb9d 编写于 作者: A Alexey Milovidov

Proper behaviour of aggregate functions of Nullable arguments [#CLICKHOUSE-2832].

上级 8c06ae05
......@@ -263,7 +263,7 @@ public:
}
private:
static constexpr size_t MAX_ARGS = 8;
enum { MAX_ARGS = 8 };
size_t number_of_arguments = 0;
std::array<char, MAX_ARGS> is_nullable; /// Plain array is better than std::vector due to one indirection less.
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册