MySQL 8.3.0
Source Code Documentation
hash_join_buffer::KeyEquals Class Reference

#include <hash_join_buffer.h>

Public Types

using is_transparent = void
 

Public Member Functions

bool operator() (const Key &str1, const ImmutableStringWithLength &other) const
 
bool operator() (const ImmutableStringWithLength &str1, const ImmutableStringWithLength &str2) const
 

Member Typedef Documentation

◆ is_transparent

Member Function Documentation

◆ operator()() [1/2]

bool hash_join_buffer::KeyEquals::operator() ( const ImmutableStringWithLength str1,
const ImmutableStringWithLength str2 
) const
inline

◆ operator()() [2/2]

bool hash_join_buffer::KeyEquals::operator() ( const Key str1,
const ImmutableStringWithLength other 
) const
inline

The documentation for this class was generated from the following file: