Removed useless methods [#CLICKHOUSE-2]

This commit is contained in:
Alexey Milovidov 2018-02-15 19:29:34 +03:00
parent 921e09b5f8
commit e658741ccf
5 changed files with 0 additions and 10 deletions

View File

@ -49,8 +49,6 @@ public:
bool isSortedOutput() const override { return true; }
const SortDescription & getSortDescription() const override { return description; }
Block getHeader() override { return children.at(0)->getHeader(); }
protected:
/// Can return 1 more records than max_block_size.
Block readImpl() override;

View File

@ -50,8 +50,6 @@ public:
return res.str();
}
Block getHeader() override { return children.at(0)->getHeader(); }
protected:
/// Can return 1 more records than max_block_size.
Block readImpl() override;

View File

@ -158,8 +158,6 @@ public:
current_pattern->function->destroy(place_for_aggregate_state.data());
}
Block getHeader() override { return children.at(0)->getHeader(); }
protected:
Block readImpl() override;

View File

@ -41,8 +41,6 @@ public:
return res.str();
}
Block getHeader() override { return children.at(0)->getHeader(); }
protected:
/// Can return 1 more records than max_block_size.
Block readImpl() override;

View File

@ -37,8 +37,6 @@ public:
String getID() const override;
Block getHeader() override { return children.at(0)->getHeader(); }
protected:
/// Can return 1 more records than max_block_size.
Block readImpl() override;