mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
Update src/Interpreters/GinFilter.h
Co-authored-by: Sergei Trifonov <sergei@clickhouse.com>
This commit is contained in:
parent
531e64dc39
commit
f2f520485f
@ -70,7 +70,7 @@ public:
|
||||
|
||||
/// Getter
|
||||
const String & getQueryString() const { return query_string; }
|
||||
const std::vector<String> & getTerms() const { return terms;}
|
||||
const std::vector<String> & getTerms() const { return terms; }
|
||||
const GinSegmentWithRowIdRangeVector & getFilter() const { return rowid_ranges; }
|
||||
GinSegmentWithRowIdRangeVector & getFilter() { return rowid_ranges; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user