mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 19:42:00 +00:00
Fix styles.
This commit is contained in:
parent
bc48b17817
commit
fcf17fdc72
@ -107,7 +107,7 @@ bool GinFilter::matchInRange(const PostingsCache& postings_cache, UInt32 segment
|
||||
|
||||
for (const auto& term_postings : postings_cache)
|
||||
{
|
||||
/// Check if it is in the same segement by searching for segment_id
|
||||
/// Check if it is in the same segment by searching for segment_id
|
||||
const SegmentedPostingsListContainer& container = term_postings.second;
|
||||
auto container_it = container.find(segment_id);
|
||||
if (container_it == container.cend())
|
||||
|
@ -25,7 +25,7 @@ struct GinSegmentWithRowIDRange
|
||||
UInt32 range_end;
|
||||
};
|
||||
|
||||
/// GinFilter provides underlying funtionalities for building inverted index and also
|
||||
/// GinFilter provides underlying functionalities for building inverted index and also
|
||||
/// it does filtering the unmatched rows according to its query string.
|
||||
/// It also builds and uses skipping index which stores (segmentID, RowIDStart, RowIDEnd) triples.
|
||||
class GinFilter
|
||||
|
Loading…
Reference in New Issue
Block a user