Update MergeTreeIOSettings.h

This commit is contained in:
alexey-milovidov 2021-01-16 13:07:58 +03:00 committed by GitHub
parent e32b1e3fe6
commit 4efc7a7dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ struct MergeTreeReaderSettings
/// If save_marks_in_cache is false, then, if marks are not in cache,
/// we will load them but won't save in the cache, to avoid evicting other data.
bool save_marks_in_cache = false;
/// Convert old-style nested (single arrays with same prefix, `n.a`, `n.b`...) to subcolumns of data type Nested.
bool convert_nested_to_subcolumns = false;
};