MySQL 8.3.0
Source Code Documentation
nested_join.h File Reference
#include <sys/types.h>
#include "my_inttypes.h"
#include "my_table_map.h"
#include "sql/handler.h"
#include "sql/sql_list.h"
#include "sql/sql_opt_exec_shared.h"

Go to the source code of this file.

Classes

struct  Semijoin_mat_optimize
 Semijoin_mat_optimize collects data used when calculating the cost of executing a semijoin operation using a materialization strategy. More...
 
struct  NESTED_JOIN
 Struct NESTED_JOIN is used to represent how tables are connected through outer join operations and semi-join operations to form a query block. More...
 

Typedefs

typedef ulonglong nested_join_map
 

Typedef Documentation

◆ nested_join_map