mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 10:04:06 +00:00
Code style fixed.
This commit is contained in:
parent
4bd60b9fbd
commit
8c7b6137bc
@ -314,7 +314,8 @@ public:
|
||||
{
|
||||
if (isSmall())
|
||||
{
|
||||
if (r1.isSmall()) {
|
||||
if (r1.isSmall())
|
||||
{
|
||||
for (const auto & x : r1.small)
|
||||
if (small.find(x.getValue()) != small.end())
|
||||
return 1;
|
||||
@ -352,7 +353,8 @@ public:
|
||||
if (small.find(x.getValue()) == small.end())
|
||||
return 0;
|
||||
}
|
||||
else {
|
||||
else
|
||||
{
|
||||
UInt64 r1_size = r1.size();
|
||||
|
||||
if (r1_size > small.size())
|
||||
|
Loading…
Reference in New Issue
Block a user