This commit is contained in:
Alexey Milovidov 2012-12-12 23:31:40 +00:00
parent f2ebc5da89
commit 17612f45ec

View File

@ -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; }