My Project
|
Public Member Functions | |
Item_maxmin_subselect (THD *thd, Item_subselect *parent, st_select_lex *select_lex, bool max, bool ignore_nulls) | |
virtual void | print (String *str, enum_query_type query_type) |
virtual void | cleanup () |
bool | any_value () |
void | register_value () |
void | reset_value_registration () |
Protected Attributes | |
bool | max |
bool | was_values |
void Item_maxmin_subselect::print | ( | String * | str, |
enum_query_type | query_type | ||
) | [virtual] |
This method is used for to:
For more information about view definition query, INFORMATION_SCHEMA query and why they should be generated from the Item-tree,
Reimplemented from Item_subselect.