Update SummingSortedBlockInputStream.h

This commit is contained in:
alexey-milovidov 2017-11-16 23:29:30 +03:00 committed by Vitaliy Lyudvichenko
parent 79430bf10b
commit 1b50717c75

View File

@ -116,7 +116,7 @@ private:
/// If force_insertion=true, then the row will be inserted even if it is "zero" /// If force_insertion=true, then the row will be inserted even if it is "zero"
void insertCurrentRowIfNeeded(ColumnPlainPtrs & merged_columns, bool force_insertion); 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> template <typename TSortCursor>
bool mergeMap(const MapDescription & map, Row & row, TSortCursor & cursor); bool mergeMap(const MapDescription & map, Row & row, TSortCursor & cursor);