This commit is contained in:
Michael Kolupaev 2024-03-22 20:00:42 +00:00
parent 7ac41d7fc1
commit 84daaa1c7e

View File

@ -6,6 +6,7 @@ namespace DB
namespace ErrorCodes
{
extern const int SIZES_OF_COLUMNS_DOESNT_MATCH;
extern const int LOGICAL_ERROR;
}
SquashingTransform::SquashingTransform(size_t min_block_size_rows_, size_t min_block_size_bytes_)