mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Fix style
This commit is contained in:
parent
16e8e5af8d
commit
81bc9e6d51
@ -7,11 +7,6 @@
|
|||||||
namespace DB
|
namespace DB
|
||||||
{
|
{
|
||||||
|
|
||||||
namespace ErrorCodes
|
|
||||||
{
|
|
||||||
extern const int NOT_IMPLEMENTED;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Column for storing Variant(...) type values.
|
* Column for storing Variant(...) type values.
|
||||||
* Variant type represents a union of other data types.
|
* Variant type represents a union of other data types.
|
||||||
|
Loading…
Reference in New Issue
Block a user