Fix style [#CLICKHOUSE-2]

This commit is contained in:
Alexey Milovidov 2018-09-20 23:57:06 +03:00
parent 7d291142ec
commit 8bfdcc6464

View File

@ -196,7 +196,7 @@ private:
ROLLUP = 0,
CUBE = 1
};
void executeRollupOrCube(Pipeline & pipeline, Modificator modificator);
/** If there is a SETTINGS section in the SELECT query, then apply settings from it.