![]() |
MySQL 9.5.0
Source Code Documentation
|
#include <item.h>
Public Member Functions | |
| Item_view_ref_replacement (Item *target, Field *field, Query_block *select) | |
Public Member Functions inherited from Item::Item_replacement | |
| Item_replacement (Query_block *transformed_block, Query_block *current_block) | |
Public Attributes | |
| Item * | m_target |
| The item identifying the view_ref to be replaced. More... | |
| Field * | m_field |
| The replacement field. More... | |
| Item_field * | m_outer_field {nullptr} |
| replacement field if outer ref More... | |
Public Attributes inherited from Item::Item_replacement | |
| Query_block * | m_trans_block |
| Transformed query block. More... | |
| Query_block * | m_curr_block |
| Transformed query block or a contained. More... | |
|
inline |
| Field* Item::Item_view_ref_replacement::m_field |
The replacement field.
| Item_field* Item::Item_view_ref_replacement::m_outer_field {nullptr} |
replacement field if outer ref
subquery. Pushed when diving into subqueries.
| Item* Item::Item_view_ref_replacement::m_target |
The item identifying the view_ref to be replaced.