Type Definition arrow_array::array::Decimal128Array

source ·
pub type Decimal128Array = PrimitiveArray<Decimal128Type>;
Expand description

An array where each element is a 128-bits decimal with precision in [1, 38] and scale less or equal to 38.