MySQL 9.1.0
Source Code Documentation
|
Struct that describes an expression selected from a derived table or view. More...
#include <table.h>
Public Attributes | |
Item * | item |
Points to an item that represents the expression. More... | |
const char * | name |
Name of selected expression. More... | |
Struct that describes an expression selected from a derived table or view.
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.
const char* Field_translator::name |
Name of selected expression.