Function polars_arrow::compute::cast::decimal_to_decimal

source ยท
pub fn decimal_to_decimal(
    from: &PrimitiveArray<i128>,
    to_precision: usize,
    to_scale: usize,
) -> PrimitiveArray<i128>
Available on crate feature compute_cast only.
Expand description

Returns a PrimitiveArray<i128> with the casted values. Values are None on overflow