pub fn validate_decimal256_precision_with_lt_bytes(
lt_value: &[u8],
precision: u8
) -> Result<(), ArrowError>Expand description
Validates that the specified byte_array of little-endian format
value can be properly interpreted as a Decimal256 number with precision precision