17
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23
22
#include <drizzled/item/num.h>
28
26
/* decimal (fixed point) constant */
32
30
type::Decimal decimal_value;
33
Item_decimal(const char *str, const type::Decimal *val_arg, uint32_t decimal_par, uint32_t length);
37
34
Item_decimal(type::Decimal *value_par);
38
35
Item_decimal(int64_t val, bool unsig);
39
36
Item_decimal(double val, int precision, int scale);