mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 18:02:24 +00:00
Fix style
This commit is contained in:
parent
89dbb42874
commit
4e5a67b80c
@ -6,6 +6,11 @@
|
|||||||
namespace DB
|
namespace DB
|
||||||
{
|
{
|
||||||
|
|
||||||
|
namespace ErrorCodes
|
||||||
|
{
|
||||||
|
extern const int SYNTAX_ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
UInt64 QualifiedTableName::hash() const
|
UInt64 QualifiedTableName::hash() const
|
||||||
{
|
{
|
||||||
SipHash hash_state;
|
SipHash hash_state;
|
||||||
|
@ -9,11 +9,6 @@
|
|||||||
namespace DB
|
namespace DB
|
||||||
{
|
{
|
||||||
|
|
||||||
namespace ErrorCodes
|
|
||||||
{
|
|
||||||
extern const int SYNTAX_ERROR;
|
|
||||||
}
|
|
||||||
|
|
||||||
//TODO replace with StorageID
|
//TODO replace with StorageID
|
||||||
struct QualifiedTableName
|
struct QualifiedTableName
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user