arrow_cast::cast::decimal

Function cast_string_to_decimal

Source
pub(crate) fn cast_string_to_decimal<T, Offset: OffsetSizeTrait>(
    from: &dyn Array,
    precision: u8,
    scale: i8,
    cast_options: &CastOptions<'_>,
) -> Result<ArrayRef, ArrowError>
where T: DecimalType, T::Native: DecimalCast + ArrowNativeTypeOp,
Expand description

Cast Utf8 to decimal