63
63
enum ha_base_keytype key_type() const { return HA_KEYTYPE_BINARY; }
64
64
Item_result result_type () const { return DECIMAL_RESULT; }
68
68
int store(const char *to, uint32_t length, const CHARSET_INFO * const charset);
70
70
int store(int64_t nr, bool unsigned_val);
71
71
int store_time(DRIZZLE_TIME *ltime, enum enum_drizzle_timestamp_type t_type);
76
76
String *val_str(String*, String *);
77
77
int cmp(const unsigned char *, const unsigned char *);
78
78
void sort_string(unsigned char *buff, uint32_t length);