mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
Fix ClangTidy build
This commit is contained in:
parent
4793412887
commit
a252f138cf
@ -338,7 +338,7 @@ static bool isCompilableFunction(const ActionsDAG::Node & node, const std::unord
|
||||
if (node.type != ActionsDAG::ActionType::FUNCTION)
|
||||
return false;
|
||||
|
||||
auto & function = *node.function_base;
|
||||
const auto & function = *node.function_base;
|
||||
|
||||
IFunction::ShortCircuitSettings settings;
|
||||
if (function.isShortCircuit(settings, node.children.size()))
|
||||
|
Loading…
Reference in New Issue
Block a user