fix style

This commit is contained in:
Yarik Briukhovetskyi 2024-05-10 13:41:30 +02:00 committed by GitHub
parent bcd5482c5b
commit 2a5671d881
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -1,3 +1,4 @@
#pragma once
#include <Interpreters/Squashing.h>
#include <Processors/ISimpleTransform.h>
#include <Processors/Sinks/SinkToStorage.h>