fn arithmetic_op( op: Op, lhs: &dyn Datum, rhs: &dyn Datum, ) -> Result<ArrayRef, ArrowError>
Dispatch the given op to the appropriate specialized kernel
op