31
31
Item_real_func(List<Item> &list) :Item_func(list) {}
32
32
String *val_str(String*str);
33
33
my_decimal *val_decimal(my_decimal *decimal_value);
36
35
enum Item_result result_type () const { return REAL_RESULT; }
41
39
#endif /* DRIZZLED_FUNCTIONS_REAL_H */