mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Merge
This commit is contained in:
parent
f2ebc5da89
commit
17612f45ec
@ -117,7 +117,7 @@ public:
|
||||
|
||||
~StorageMergeTree();
|
||||
|
||||
std::string getName() const { return "MergeTree"; }
|
||||
std::string getName() const { return sign_column.empty() ? "MergeTree" : "CollapsingMergeTree"; }
|
||||
std::string getTableName() const { return name; }
|
||||
bool supportsSampling() const { return !!sampling_expression; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user