arrow_cast::cast::decimal

Function string_view_to_decimal_cast

Source
pub(crate) fn string_view_to_decimal_cast<T>(
    from: &StringViewArray,
    precision: u8,
    scale: i8,
    cast_options: &CastOptions<'_>,
) -> Result<PrimitiveArray<T>, ArrowError>
where T: DecimalType, T::Native: DecimalCast + ArrowNativeTypeOp,