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

Method skip_index_tuple

sql/sql_join_cache.cc:4569–4574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4567*/
4568
4569bool JOIN_CACHE_BKA::skip_index_tuple(range_id_t range_info)
4570{
4571 DBUG_ENTER("JOIN_CACHE_BKA::skip_index_tuple");
4572 get_record_by_pos((uchar*)range_info);
4573 DBUG_RETURN(!join_tab->cache_idx_cond->val_bool());
4574}
4575
4576
4577

Callers 4

get_nextMethod · 0.45
bka_skip_index_tupleFunction · 0.45
bkah_skip_index_tupleFunction · 0.45

Calls 1

val_boolMethod · 0.45

Tested by

no test coverage detected