Fixing tests.

This commit is contained in:
Nikolai Kochetov 2024-03-27 19:25:07 +00:00
parent 3ce122ef20
commit ce2e5a7d13

View File

@ -55,7 +55,7 @@ using QueryTreeNodeConstRawPtrWithHashMap = std::unordered_map<QueryTreeNodeCons
template <typename T, bool compare_aliases>
struct std::hash<DB::QueryTreeNodeWithHash<T, compare_aliases>>
{
size_t operator()(const DB::QueryTreeNodeWithHash<T> & node_with_hash) const
size_t operator()(const DB::QueryTreeNodeWithHash<T, compare_aliases> & node_with_hash) const
{
return node_with_hash.hash.low64;
}