pub fn expressions_equivalent(a: &Expression, b: &Expression) -> boolExpand description
Check if two expressions are structurally equivalent. Used for semantic matching and predicate comparison.
pub fn expressions_equivalent(a: &Expression, b: &Expression) -> boolCheck if two expressions are structurally equivalent. Used for semantic matching and predicate comparison.