mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
Make better
This commit is contained in:
parent
3884819bd1
commit
22b072bc7f
@ -297,6 +297,10 @@ static std::unordered_set<const ActionsDAG::Node *> processShortCircuitFunctions
|
||||
short_circuit_nodes[&node] = short_circuit_settings;
|
||||
}
|
||||
|
||||
/// If there is no short-circuit functions, no need to do anything.
|
||||
if (short_circuit_nodes.empty())
|
||||
return {};
|
||||
|
||||
auto reverse_info = getActionsDAGReverseInfo(nodes, actions_dag.getIndex());
|
||||
|
||||
/// For each node we fill LazyExecutionInfo.
|
||||
|
Loading…
Reference in New Issue
Block a user