mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
fix ErrorCodes
This commit is contained in:
parent
7f4318d5da
commit
871e5b32dd
@ -3,6 +3,11 @@
|
||||
namespace DB
|
||||
{
|
||||
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
|
||||
}
|
||||
|
||||
namespace FunctionsConversion
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user