Some fixups, pt. II

This commit is contained in:
Robert Schulze 2024-05-19 13:27:17 +00:00
parent eecbd44ce5
commit b1d3eb4c4d
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -26,6 +26,7 @@ namespace DB
namespace ErrorCodes
{
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
extern const int LOGICAL_ERROR;
extern const int NUMBER_OF_ARGUMENTS_DOESNT_MATCH;
}