My Project
|
Public Member Functions | |
Item_bool_func2 (Item *a, Item *b) | |
void | fix_length_and_dec () |
int | set_cmp_func () |
optimize_type | select_optimize () const |
virtual enum Functype | rev_functype () const |
bool | have_rev_func () const |
virtual void | print (String *str, enum_query_type query_type) |
bool | is_null () |
const CHARSET_INFO * | compare_collation () |
void | top_level_item () |
void | cleanup () |
Protected Attributes | |
Arg_comparator | cmp |
bool | abort_on_null |
Friends | |
class | Arg_comparator |
virtual void Item_bool_func2::print | ( | String * | str, |
enum_query_type | query_type | ||
) | [inline, 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_func.
Reimplemented in Item_func_nullif, and Item_func_strcmp.