pub fn validate_decimal32_precision(
value: i32,
precision: u8,
scale: i8,
) -> Result<(), ArrowError>Expand description
Validates that the specified i32 value can be properly
interpreted as a Decimal32 number with precision precision