Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ get_hash_join_key_no
Function
get_hash_join_key_no
sql/sql_select.h:43–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
#define KEY_OPTIMIZE_EQ 4U
42
43
inline uint get_hash_join_key_no() { return MAX_KEY; }
44
45
inline bool is_hash_join_key_no(uint key) { return key == MAX_KEY; }
46
Callers
1
add_key_part
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected