pub type Decimal128 = Decimal<Decimal128Type>;
Expand description

Represents a decimal value with precision and scale. The decimal value could represented by a signed 128-bit integer.

Implementations

Creates Decimal128 from an i128 value.

Returns i128 representation of the decimal.