mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 10:22:10 +00:00
fix: Build
This commit is contained in:
parent
01b81fb5dd
commit
97cc506543
@ -47,6 +47,8 @@ public:
|
|||||||
bool default_totals_ = false,
|
bool default_totals_ = false,
|
||||||
FinishCounterPtr finish_counter_ = nullptr);
|
FinishCounterPtr finish_counter_ = nullptr);
|
||||||
|
|
||||||
|
~JoiningTransform() override;
|
||||||
|
|
||||||
String getName() const override { return "JoiningTransform"; }
|
String getName() const override { return "JoiningTransform"; }
|
||||||
|
|
||||||
static Block transformHeader(Block header, const JoinPtr & join);
|
static Block transformHeader(Block header, const JoinPtr & join);
|
||||||
|
Loading…
Reference in New Issue
Block a user