mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 22:22:00 +00:00
Code clean up
This commit is contained in:
parent
514e17d037
commit
62cd376efa
@ -212,12 +212,7 @@ bool GinFilter::contains(const GinFilter & af, PostingsCacheForStore &cache_stor
|
||||
cache_store.cache[af.getMatchString()] = postings_cache;
|
||||
}
|
||||
|
||||
if (match(postings_cache))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
return match(postings_cache);
|
||||
}
|
||||
|
||||
const String& GinFilter::getName()
|
||||
|
Loading…
Reference in New Issue
Block a user