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

Method is_last_inner_table

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

Source from the content-addressed store, hash-verified

653 table->reginfo.not_exists_optimize);
654 }
655 bool is_last_inner_table()
656 {
657 return (first_inner && first_inner->last_inner == this) ||
658 last_sj_inner_tab == this;
659 }
660 /*
661 Check whether the table belongs to a nest of inner tables of an
662 outer join or to a nest of inner tables of a semi-join

Callers 1

check_matchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected