The world's most popular open source database
#include <sql_select.h>
Collaboration diagram for st_rollup:

Public Types | |
| STATE_NONE | |
| STATE_INITED | |
| STATE_READY | |
| enum | State { STATE_NONE, STATE_INITED, STATE_READY } |
Public Attributes | |
| State | state |
| Item_null_result ** | null_items |
| Item *** | ref_pointer_arrays |
| List< Item > * | fields |
Definition at line 191 of file sql_select.h.
| enum st_rollup::State |
Definition at line 197 of file sql_select.h.
Referenced by JOIN::rollup_init(), JOIN::rollup_make_fields(), JOIN::rollup_send_data(), and JOIN::rollup_write_data().
Definition at line 196 of file sql_select.h.
Referenced by JOIN::rollup_init(), JOIN::rollup_make_fields(), JOIN::rollup_send_data(), and JOIN::rollup_write_data().
Definition at line 194 of file sql_select.h.
Referenced by JOIN::alloc_func_list(), end_send_group(), end_write_group(), JOIN::init(), JOIN::make_sum_func_list(), and JOIN::rollup_init().
1.4.7

