mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
refacroring
This commit is contained in:
parent
6e2812490b
commit
8ddc2578a2
@ -528,12 +528,7 @@ bool ANNCondition::matchMainParts(RPN::iterator & iter, const RPN::iterator & en
|
||||
}
|
||||
|
||||
// Final checks of correctness
|
||||
if (!identifier_found || expr.target.empty())
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
return identifier_found && !expr.target.empty();
|
||||
}
|
||||
|
||||
// Gets float or int from AST node
|
||||
|
Loading…
Reference in New Issue
Block a user