My Project
|
Public Member Functions | |
Item_extract (interval_type type_arg, Item *a) | |
longlong | val_int () |
enum Functype | functype () const |
const char * | func_name () const |
void | fix_length_and_dec () |
bool | eq (const Item *item, bool binary_cmp) const |
virtual void | print (String *str, enum_query_type query_type) |
bool | check_partition_func_processor (uchar *int_arg) |
bool | check_valid_arguments_processor (uchar *int_arg) |
Public Attributes | |
const interval_type | int_type |
bool Item_extract::eq | ( | const Item * | item, |
bool | binary_cmp | ||
) | const [virtual] |
This function is called when:
Reimplemented from Item_func.
void Item_extract::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_func.