18
18
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
24
24
#include <drizzled/field/num.h>
29
26
/* base class for float and double and decimal (old one) */
30
27
class Field_real :public Field_num {
37
33
Field_real(unsigned char *ptr_arg, uint32_t len_arg, unsigned char *null_ptr_arg,
38
34
unsigned char null_bit_arg, utype unireg_check_arg,