Update CompressionFactory.cpp

This commit is contained in:
alexey-milovidov 2020-05-04 03:47:41 +03:00 committed by GitHub
parent 99c18c5a09
commit 6b0bffcdab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
extern const int UNKNOWN_CODEC;
extern const int BAD_ARGUMENTS;
extern const int UNEXPECTED_AST_STRUCTURE;
extern const int DATA_TYPE_CANNOT_HAVE_ARGUMENTS;
}