Add brief comment for MergeTreeSequentialSource

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
Azat Khuzhin 2023-12-14 18:01:11 +01:00
parent 325ccacc45
commit e71f6893cc

View File

@ -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.