pub fn eval_comparison_truth(
op: BinaryOp,
l: &Value,
r: &Value,
) -> Result<Option<bool>>Expand description
Compare two values without allocating an intermediate Value::Bool. None represents SQL UNKNOWN, including an undecided anonymous row comparison.