mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 10:34:21 +00:00
Update ExpressionActions constructur
This commit is contained in:
parent
c6575c9032
commit
9f5386e560
@ -875,7 +875,7 @@ void ActionsDAG::compileFunctions()
|
||||
std::vector<Node *> new_children;
|
||||
auto dag = getCompilableDAG(frame.node, new_children, used_in_result);
|
||||
|
||||
if (auto fn = compile(dag, min_count_to_compile_expression, compilation_cache))
|
||||
if (auto fn = compile(dag, settings.min_count_to_compile_expression, compilation_cache))
|
||||
{
|
||||
/// Replace current node to compilable function.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user