|
My Project
|
#include <sql_executor.h>
Public Member Functions | |
| Semijoin_mat_exec (TABLE_LIST *sj_nest, bool is_scan, uint table_count, uint mat_table_index, uint inner_table_index) | |
Public Attributes | |
| TABLE_LIST *const | sj_nest |
| Semi-join nest for this materialization. | |
| const bool | is_scan |
| TRUE if executing a scan, FALSE if lookup. | |
| const uint | table_count |
| Number of tables in the sj-nest. | |
| const uint | mat_table_index |
| Index in join_tab for materialized table. | |
| const uint | inner_table_index |
| Index in join_tab for first inner table. | |
| TMP_TABLE_PARAM | table_param |
| The temptable and its related info. | |
| TABLE * | table |
| Reference to temporary table. | |
Executor structure for the materialized semi-join info, which contains
1.7.6.1