extern bad arguments

This commit is contained in:
Arthur Passos 2023-01-29 10:18:21 -03:00
parent f67560058d
commit ebf3145598
2 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ namespace DB
namespace ErrorCodes
{
extern const int NUMBER_OF_ARGUMENTS_DOESNT_MATCH;
extern const int BAD_ARGUMENTS;
}
class ReverseDNSQuery : public IFunction

View File