62
57
enum Type type() const { return REF_ITEM; }
63
58
bool eq(const Item *item, bool binary_cmp) const
66
61
return ref && (*ref)->eq(it, binary_cmp);
72
67
String *val_str(String* tmp);
76
71
int64_t val_int_result();
77
72
String *str_result(String* tmp);
81
76
void make_field(SendField *field);
82
77
bool fix_fields(Session *, Item **);
83
78
void fix_after_pullout(Select_Lex *new_parent, Item **ref);