mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Fix style
This commit is contained in:
parent
cc8e30a744
commit
4f0d86c9a6
@ -32,6 +32,12 @@
|
|||||||
|
|
||||||
namespace DB
|
namespace DB
|
||||||
{
|
{
|
||||||
|
|
||||||
|
namespace ErrorCodes
|
||||||
|
{
|
||||||
|
extern const int LOGICAL_ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
struct Settings;
|
struct Settings;
|
||||||
|
|
||||||
enum class StatisticsFunctionKind
|
enum class StatisticsFunctionKind
|
||||||
|
Loading…
Reference in New Issue
Block a user