36
30
Item_real_func(Item *a,Item *b) :Item_func(a,b) {}
37
31
Item_real_func(List<Item> &list) :Item_func(list) {}
38
32
String *val_str(String*str);
41
35
enum Item_result result_type () const { return REAL_RESULT; }
42
36
void fix_length_and_dec();
47
39
#endif /* DRIZZLED_FUNCTION_MATH_REAL_H */