mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +00:00
Update SummingSortedBlockInputStream.h
This commit is contained in:
parent
79430bf10b
commit
1b50717c75
@ -116,7 +116,7 @@ private:
|
||||
/// If force_insertion=true, then the row will be inserted even if it is "zero"
|
||||
void insertCurrentRowIfNeeded(ColumnPlainPtrs & merged_columns, bool force_insertion);
|
||||
|
||||
/// Returns true is merge result is not empty
|
||||
/// Returns true if merge result is not empty
|
||||
template <typename TSortCursor>
|
||||
bool mergeMap(const MapDescription & map, Row & row, TSortCursor & cursor);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user