82
79
uint32_t size_of() const { return sizeof(*this); }
83
80
uint32_t pack_length() const { return (uint32_t) bin_size; }
84
81
uint32_t pack_length_from_metadata(uint32_t field_metadata);
85
84
uint32_t is_equal(CreateField *new_field);
86
85
virtual const unsigned char *unpack(unsigned char* to, const unsigned char *from,
87
86
uint32_t param_data, bool low_byte_first);
92
89
#endif /* DRIZZLED_FIELD_DECIMAL_H */