Update AggregateFunctionGroupBitmapData.h

This commit is contained in:
Alexey Milovidov 2023-03-19 10:18:28 +03:00 committed by GitHub
parent 714015cdea
commit ecff329ca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ namespace DB
namespace ErrorCodes
{
extern const int TOO_LARGE_ARRAY_SIZE;
extern const int INCORRECT_DATA;
}
enum BitmapKind