Type Definition arrow_array::decimal::Decimal128
source · [−]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.