mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 02:41:59 +00:00
Add brief comment for MergeTreeSequentialSource
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
325ccacc45
commit
e71f6893cc
@ -20,7 +20,9 @@ namespace ErrorCodes
|
||||
}
|
||||
|
||||
|
||||
/// Lightweight (in terms of logic) stream for reading single part from MergeTree
|
||||
/// Lightweight (in terms of logic) stream for reading single part from
|
||||
/// MergeTree, used for merges and mutations.
|
||||
///
|
||||
/// NOTE:
|
||||
/// It doesn't filter out rows that are deleted with lightweight deletes.
|
||||
/// Use createMergeTreeSequentialSource filter out those rows.
|
||||
|
Loading…
Reference in New Issue
Block a user