arrow_arith::numeric

Function decimal_op

Source
fn decimal_op<T: DecimalType>(
    op: Op,
    l: &dyn Array,
    l_s: bool,
    r: &dyn Array,
    r_s: bool,
) -> Result<ArrayRef, ArrowError>
Expand description

Perform arithmetic operation on decimal arrays