Type Definition arrow::array::Decimal256Array

source · []
pub type Decimal256Array = DecimalArray<Decimal256Type>;
Expand description

Decimal256Array stores fixed width decimal numbers, with a fixed precision and scale

Trait Implementations

Creates a value from an iterator. Read more