Update SelectQueryInfo.h

This commit is contained in:
alexey-milovidov 2019-05-05 23:35:05 +03:00 committed by GitHub
parent 436c8817a4
commit 3e461e92c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,8 @@ struct SelectQueryInfo
PrewhereInfoPtr prewhere_info;
/// If set to true, the query from MergeTree will return a set of streams,
/// each of them will read data in sorted by sorting key order.
bool do_not_steal_task = false;
/// Prepared sets are used for indices by storage engine.