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

Function next_top_level_tab

sql/sql_select.cc:13089–13096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13087
13088
13089JOIN_TAB *next_top_level_tab(JOIN *join, JOIN_TAB *tab)
13090{
13091 tab= next_breadth_first_tab(join->first_breadth_first_tab(),
13092 join->top_join_tab_count, tab);
13093 if (tab && tab->bush_root_tab)
13094 tab= NULL;
13095 return tab;
13096}
13097
13098
13099JOIN_TAB *first_linear_tab(JOIN *join,

Callers 2

get_fanout_with_depsFunction · 0.85
error_if_full_joinFunction · 0.85

Calls 2

next_breadth_first_tabFunction · 0.85

Tested by

no test coverage detected