Add missing error code

This commit is contained in:
Kruglov Pavel 2024-08-19 19:36:00 +02:00 committed by GitHub
parent 2f5fb44695
commit f49fe76532
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,7 @@ namespace ErrorCodes
{
extern const int UNEXPECTED_AST_STRUCTURE;
extern const int BAD_ARGUMENTS;
extern const int CANNOT_COMPILE_REGEXP;
}
DataTypeObject::DataTypeObject(