48
47
enum Type type() const { return ROW_ITEM; };
50
49
bool is_null() { return null_value; }
51
50
void make_field(SendField *)
65
64
String *val_str(String *)
70
69
type::Decimal *val_decimal(type::Decimal *)
75
74
bool fix_fields(Session *session, Item **ref);