MCPcopy Create free account
hub / github.com/MariaDB/server / is_ref_for_hash_join

Method is_ref_for_hash_join

sql/sql_select.h:709–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707 bool hash_join_is_possible();
708 int make_scan_filter();
709 bool is_ref_for_hash_join() { return is_hash_join_key_no(ref.key); }
710 KEY *get_keyinfo_by_key_no(uint key)
711 {
712 return (is_hash_join_key_no(key) ? hj_key : table->key_info+key);

Callers 4

set_join_cache_denialFunction · 0.80
check_join_cache_usageFunction · 0.80
test_if_refFunction · 0.80

Calls 1

is_hash_join_key_noFunction · 0.85

Tested by 1

test_if_refFunction · 0.64