mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +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; }
|
bool isValid() const { return pos < rows; }
|
||||||
void next() { ++pos; }
|
void next() { ++pos; }
|
||||||
|
|
||||||
/// Prevent using pos instead of getPos()
|
/// Prevent using pos instead of getRow()
|
||||||
private:
|
private:
|
||||||
size_t pos;
|
size_t pos;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user