MySQL 8.0.33
Source Code Documentation
Item::Item_field_replacement Struct Reference

#include <item.h>

Inheritance diagram for Item::Item_field_replacement:
[legend]

Public Member Functions

 Item_field_replacement (Field *target, Item_field *item, Query_block *select)
 
- Public Member Functions inherited from Item::Item_replacement
 Item_replacement (Query_block *transformed_block, Query_block *current_block)
 

Public Attributes

Fieldm_target
 The field to be replaced. More...
 
Item_fieldm_item
 The replacement field. More...
 
- Public Attributes inherited from Item::Item_replacement
Query_blockm_trans_block
 Transformed query block. More...
 
Query_blockm_curr_block
 Transformed query block or a contained. More...
 

Constructor & Destructor Documentation

◆ Item_field_replacement()

Item::Item_field_replacement::Item_field_replacement ( Field target,
Item_field item,
Query_block select 
)
inline

Member Data Documentation

◆ m_item

Item_field* Item::Item_field_replacement::m_item

The replacement field.

◆ m_target

Field* Item::Item_field_replacement::m_target

The field to be replaced.


The documentation for this struct was generated from the following file: