pub fn decimal_to_float<T>(from: &PrimitiveArray<i128>) -> PrimitiveArray<T>
Expand description
Returns a PrimitiveArray<i128>
with the casted values. Values are None
on overflow
pub fn decimal_to_float<T>(from: &PrimitiveArray<i128>) -> PrimitiveArray<T>
Returns a PrimitiveArray<i128>
with the casted values. Values are None
on overflow