fn log_decimal256(value: i256, scale: i8, base: f64) -> Result<f64, ArrowError>Expand description
Binary function to calculate an integer logarithm of Decimal128 value using base base
Returns error if base is invalid or if value is out of bounds of Decimal128