My Project
|
Public Member Functions | |
Item_func_mul (Item *a, Item *b) | |
const char * | func_name () const |
longlong | int_op () |
Performs the operation that this functions implements when the result type is INT. | |
double | real_op () |
Performs the operation that this functions implements when the result type is REAL. | |
my_decimal * | decimal_op (my_decimal *) |
void | result_precision () |
bool | check_partition_func_processor (uchar *int_arg) |
my_decimal * Item_func_mul::decimal_op | ( | my_decimal * | decimal_value | ) | [virtual] |
See Item_func_plus::decimal_op for comments.
Implements Item_func_numhybrid.
longlong Item_func_mul::int_op | ( | ) | [virtual] |
Performs the operation that this functions implements when the result type is INT.
Implements Item_func_numhybrid.
double Item_func_mul::real_op | ( | ) | [virtual] |
Performs the operation that this functions implements when the result type is REAL.
Implements Item_func_numhybrid.