mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 03:22:14 +00:00
fix special build error
This commit is contained in:
parent
a2dce9663e
commit
cbd4358bac
@ -59,7 +59,7 @@ public:
|
||||
if (!getSettings().optimize_move_functions_out_of_any)
|
||||
return;
|
||||
|
||||
if (rewritten.count(node.get()))
|
||||
if (rewritten.contains(node.get()))
|
||||
{
|
||||
node = rewritten.at(node.get());
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user