mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 02:12:21 +00:00
Merge branch 'use_minmax_index' of https://github.com/bigo-sg/ClickHouse into use_minmax_index
This commit is contained in:
commit
b79cec6806
@ -156,7 +156,8 @@ protected:
|
||||
NamesAndTypesList index_names_and_types;
|
||||
MinMaxIndexPtr minmax_idx;
|
||||
std::vector<MinMaxIndexPtr> sub_minmax_idxes;
|
||||
std::set<int> skip_splits; // skip splits for this file after applying minmax index (if any)
|
||||
/// Skip splits for this file after applying minmax index (if any)
|
||||
std::set<int> skip_splits;
|
||||
std::shared_ptr<HiveSettings> storage_settings;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user