struct CassDecimal
Arbitrary-precision integer.
Attributes
cass_int32_t
scale
CassBytes
varint
Functions
CassDecimal
cass_decimal_init
( scale, varint )Constructs a decimal object.
Note: This does not allocate memory. The object wraps the pointer passed into this function.