mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Update comment
This commit is contained in:
parent
e19eb6f17a
commit
291959c1b3
@ -124,7 +124,7 @@ struct SortCursorImpl
|
||||
bool isValid() const { return pos < rows; }
|
||||
void next() { ++pos; }
|
||||
|
||||
/// Prevent using pos instead of getPos()
|
||||
/// Prevent using pos instead of getRow()
|
||||
private:
|
||||
size_t pos;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user