My Project
|
Public Member Functions | |
Item_is_not_null_test (Item_in_subselect *ow, Item *a) | |
enum Functype | functype () const |
longlong | val_int () |
const char * | func_name () const |
void | update_used_tables () |
table_map | get_initial_pseudo_tables () const |
table_map Item_is_not_null_test::get_initial_pseudo_tables | ( | ) | const [inline, virtual] |
We add RAND_TABLE_BIT to prevent moving this item from HAVING to WHERE.
Always | RAND_TABLE_BIT |
Reimplemented from Item_func.
void Item_is_not_null_test::update_used_tables | ( | ) | [virtual] |
Optimize case of not_null_column IS NULL.
Reimplemented from Item_func_isnull.