Function values_equal
pub fn values_equal(a: Value<'_>, b: Value<'_>) -> boolExpand description
JOIN / equality comparison. null != null (any null operand ⇒ not equal) —
the opposite of compare_values. Required for correct join semantics.