379
379
my_decimal *val_decimal(my_decimal*);
380
380
enum Item_result result_type () const { return DECIMAL_RESULT; }
382
382
void fix_length_and_dec() {};
383
383
const char *func_name() const { return "decimal_typecast"; }
384
384
virtual void print(String *str, enum_query_type query_type);