mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fix build error
This commit is contained in:
parent
97a6e3dde2
commit
5c296365e2
@ -288,7 +288,7 @@ struct ColumnString::cmp
|
||||
{
|
||||
const ColumnString & parent;
|
||||
bool reverse;
|
||||
cmp(const ColumnString & parent_, bool reverse_=false) : parent(parent_), reverse(reverse_) {}
|
||||
explicit cmp(const ColumnString & parent_, bool reverse_=false) : parent(parent_), reverse(reverse_) {}
|
||||
int operator()(size_t lhs, size_t rhs) const
|
||||
{
|
||||
int res = memcmpSmallAllowOverflow15(
|
||||
|
Loading…
Reference in New Issue
Block a user