pub fn arithmetic_values(op: BinaryOp, l: &Value, r: &Value) -> Value
Apply an arithmetic BinaryOp to two values (SQLite numeric semantics). Public wrapper used by the VDBE interpreter.
BinaryOp