Skip to main content

arithmetic_values

Function arithmetic_values 

Source
pub fn arithmetic_values(op: BinaryOp, l: &Value, r: &Value) -> Value
Expand description

Apply an arithmetic BinaryOp to two values (SQLite numeric semantics). Public wrapper used by the VDBE interpreter.