mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Fix build.
This commit is contained in:
parent
19dadb8c2d
commit
62e9be7ba8
@ -18,8 +18,6 @@ public:
|
|||||||
const Block & output_header,
|
const Block & output_header,
|
||||||
bool have_all_inputs_);
|
bool have_all_inputs_);
|
||||||
|
|
||||||
virtual ~IMergingTransformBase() = default;
|
|
||||||
|
|
||||||
OutputPort & getOutputPort() { return outputs.front(); }
|
OutputPort & getOutputPort() { return outputs.front(); }
|
||||||
|
|
||||||
/// Methods to add additional input port. It is possible to do only before the first call of `prepare`.
|
/// Methods to add additional input port. It is possible to do only before the first call of `prepare`.
|
||||||
|
Loading…
Reference in New Issue
Block a user