mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fixing style.
This commit is contained in:
parent
b2efe1537a
commit
654232e41e
@ -32,6 +32,8 @@ namespace ErrorCodes
|
||||
extern const int UNKNOWN_IDENTIFIER;
|
||||
extern const int AMBIGUOUS_IDENTIFIER;
|
||||
extern const int INVALID_IDENTIFIER;
|
||||
extern const int UNSUPPORTED_METHOD;
|
||||
extern const int LOGICAL_ERROR;
|
||||
}
|
||||
|
||||
// QueryAnalyzer::QueryAnalyzer(bool only_analyze_) : only_analyze(only_analyze_) {}
|
||||
|
Loading…
Reference in New Issue
Block a user