My Project
Public Member Functions | Public Attributes
Semijoin_mat_exec Class Reference

#include <sql_executor.h>

Inheritance diagram for Semijoin_mat_exec:
Sql_alloc

List of all members.

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.
TABLEtable
 Reference to temporary table.

Detailed Description

Executor structure for the materialized semi-join info, which contains


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines