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