提交 74e1eeef 编写于 作者: A Alexey Milovidov

Merge branch 'master' into faster-fixedstring16-comparisons

......@@ -15,6 +15,14 @@
namespace DB
{
namespace ErrorCodes
{
extern const int TOO_LARGE_STRING_SIZE;
extern const int LOGICAL_ERROR;
extern const int NOT_IMPLEMENTED;
}
template <>
ColumnPtr ColumnConst<Null>::convertToFullColumn() const
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册