pub fn float_to_decimal<T>(
from: &PrimitiveArray<T>,
to_precision: usize,
to_scale: usize,
) -> PrimitiveArray<i128>Expand description
Returns a PrimitiveArray<i128> with the cast values. Values are None on overflow
pub fn float_to_decimal<T>(
from: &PrimitiveArray<T>,
to_precision: usize,
to_scale: usize,
) -> PrimitiveArray<i128>Returns a PrimitiveArray<i128> with the cast values. Values are None on overflow