MySQL 8.3.0
Source Code Documentation
Field_translator Struct Reference

Struct that describes an expression selected from a derived table or view. More...

#include <table.h>

Public Attributes

Itemitem
 Points to an item that represents the expression. More...
 
const char * name
 Name of selected expression. More...
 

Detailed Description

Struct that describes an expression selected from a derived table or view.

Member Data Documentation

◆ item

Item* Field_translator::item

Points to an item that represents the expression.

If the item is determined to be unused, the pointer is set to NULL.

◆ name

const char* Field_translator::name

Name of selected expression.


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