mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Added comment.
This commit is contained in:
parent
b4a93c092d
commit
b6d7cb45dd
@ -5,6 +5,7 @@
|
||||
namespace DB
|
||||
{
|
||||
|
||||
/// This class helps to calculate rows_before_limit_at_least.
|
||||
class RowsBeforeLimitCounter
|
||||
{
|
||||
public:
|
||||
|
@ -13,7 +13,6 @@ class PartialSortingTransform : public ISimpleTransform
|
||||
{
|
||||
public:
|
||||
/// limit - if not 0, then you can sort each block not completely, but only `limit` first rows by order.
|
||||
/// When count_rows is false, read_rows is not changed. It is needed
|
||||
PartialSortingTransform(
|
||||
const Block & header_,
|
||||
SortDescription & description_,
|
||||
|
Loading…
Reference in New Issue
Block a user