arrow_arith::numeric

Function arithmetic_op

Source
fn arithmetic_op(
    op: Op,
    lhs: &dyn Datum,
    rhs: &dyn Datum,
) -> Result<ArrayRef, ArrowError>
Expand description

Dispatch the given op to the appropriate specialized kernel