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