60
64
double val_real(bool *null_value);
61
65
int64_t val_int(bool *null_value) const;
62
66
String *val_str(bool *null_value, String *str, uint32_t decimals);
66
void update_hash(bool set_null, void *ptr, uint32_t length,
67
Item_result type, const charset_info_st * const cs, Derivation dv,
70
bool update_hash(bool set_null, void *ptr, uint32_t length,
71
Item_result type, const CHARSET_INFO * const cs, Derivation dv,
71
75
} /* namespace drizzled */