Undo changes to IColumnImpl.h

This commit is contained in:
Alexander Gololobov 2024-11-23 20:33:43 +01:00
parent f14f794e7d
commit 833b137390

View File

@ -129,7 +129,7 @@ void IColumn::getPermutationImpl(
template <typename Compare, typename Equals, typename Sort, typename PartialSort>
void IColumn::updatePermutationImpl(
size_t limit,
IColumn::Permutation & res,
Permutation & res,
EqualRanges & equal_ranges,
Compare compare,
Equals equals,