mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Add comment
This commit is contained in:
parent
4969da85d9
commit
252706e956
@ -46,6 +46,9 @@ private:
|
||||
const UInt64 max_block_size;
|
||||
ExternalResultDescription description;
|
||||
bool all_read = false;
|
||||
|
||||
/// if true stream will check, that all required fields present in MongoDB
|
||||
/// collection, otherwise throw exception.
|
||||
bool strict_check_names;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user