mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
Update complie expressions.
This commit is contained in:
parent
a77596b362
commit
46e0a53d82
@ -855,7 +855,7 @@ void ActionsDAG::compileFunctions()
|
||||
/// There is not reason to inline single node.
|
||||
/// The result of compiling function in isolation is pretty much the same as its `execute` method.
|
||||
if (cur.num_inlineable_nodes <= 1)
|
||||
should_compile = false;;
|
||||
should_compile = false;
|
||||
|
||||
if (should_compile)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user