mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 19:42:00 +00:00
Undo changes to IColumnImpl.h
This commit is contained in:
parent
f14f794e7d
commit
833b137390
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user