fix style check - declare error code ILLEGAL_TYPE_OF_ARGUMENT

This commit is contained in:
bharatnc 2020-09-04 20:36:58 -07:00
parent d543b82100
commit 425c4d0634

View File

@ -13,6 +13,7 @@ namespace DB
namespace ErrorCodes
{
extern const int ILLEGAL_COLUMN;
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
}