mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 18:02:24 +00:00
Update HiveFile.h
This commit is contained in:
parent
68d5b538aa
commit
9cc528b01f
@ -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