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