Fix style.

This commit is contained in:
Nikolai Kochetov 2020-04-03 12:30:20 +03:00
parent d16a435531
commit 9f7d1f9920
4 changed files with 15 additions and 2 deletions

View File

@ -8,6 +8,11 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
namespace
{
AggregatingSortedTransform::ColumnsDefinition defineColumns(

View File

@ -3,6 +3,11 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
static GraphiteRollupSortedTransform::ColumnsDefinition defineColumns(
const Block & header, const Graphite::Params & params)
{

View File

@ -623,6 +623,4 @@ void SummingSortedTransform::merge()
is_finished = true;
}
}

View File

@ -5,6 +5,11 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
static const size_t MAX_ROWS_IN_MULTIVERSION_QUEUE = 8192;
VersionedCollapsingTransform::VersionedCollapsingTransform(