提交 0cdfadeb 编写于 作者: A Alexey Milovidov

Removed useless method [#CLICKHOUSE-2]

上级 e658741c
......@@ -47,7 +47,6 @@ public:
bool isGroupedOutput() const override { return true; }
bool isSortedOutput() const override { return true; }
const SortDescription & getSortDescription() const override { return description; }
protected:
/// Can return 1 more records than max_block_size.
......
......@@ -37,7 +37,7 @@ public:
return res.str();
}
Block getHeader() override { return storage.getSampleBlockForColumns(column_names); };
Block getHeader() override { return storage.getSampleBlockForColumns(column_names); }
protected:
Block readImpl() override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册