My Project
|
#include <item.h>
Public Member Functions | |
Item_null_result (enum_field_types fld_type, Item_result res_type) | |
bool | is_result_field () |
void | save_in_result_field (bool no_conversions) |
bool | check_partition_func_processor (uchar *int_arg) |
enum_field_types | field_type () const |
Item_result | result_type () const |
Public Attributes | |
Field * | result_field |
An item representing NULL values for use with ROLLUP.
When grouping WITH ROLLUP, Item_null_result items are created to represent NULL values in the grouping columns of the ROLLUP rows. To avoid type problems during execution, these objects are created with the same field and result types as the fields of the columns they belong to.