mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Update SummingSortedBlockInputStream.h
This commit is contained in:
parent
ff93d38add
commit
e6f1262409
@ -45,8 +45,8 @@ private:
|
||||
/// Read up to the end.
|
||||
bool finished = false;
|
||||
|
||||
/// Columns with which numbers should be summed.
|
||||
Names column_names_to_sum; /// If set, it is converted to column_numbers_to_sum when initialized.
|
||||
/// Columns with which values should be summed.
|
||||
Names column_names_to_sum; /// If set, it is converted to column_numbers_to_aggregate when initialized.
|
||||
ColumnNumbers column_numbers_not_to_aggregate;
|
||||
|
||||
/** A table can have nested tables that are treated in a special way.
|
||||
|
Loading…
Reference in New Issue
Block a user