Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
kitaisreal committed Oct 11, 2023
1 parent d4f9e0d commit a6f894b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Common/HashTable/HashTable.h
Expand Up @@ -1273,6 +1273,10 @@ class HashTable : private boost::noncopyable,
return !buf[place_value].isZero(*this);
}

bool ALWAYS_INLINE contains(const Key & x) const
{
return has(x);
}

void write(DB::WriteBuffer & wb) const
{
Expand Down

0 comments on commit a6f894b

Please sign in to comment.