better comment for MergeTreeRangeReader

This commit is contained in:
Nikolai Kochetov 2017-07-11 20:59:07 +03:00 committed by alexey-milovidov
parent f232afd2f8
commit 8ea812e669

View File

@ -8,6 +8,8 @@ namespace DB
class MergeTreeReader;
/// MergeTreeReader iterator which allows sequential reading for arbitrary number of rows between pairs of marks in the same part.
/// Stores reading state, which can be inside granule. Can skip rows in current granule and start reading from next mark.
/// Used generally for reading number of rows less than index granularity to decrease cache misses for fat blocks.
class MergeTreeRangeReader
{
public: