pub fn atomic_exprs_overlap(lhs: &AtomicExpr, rhs: &AtomicExpr) -> bool
Expand description
Check if two atomic expressions can be both satisfied, i.e., whether they overlap on all common columns.
pub fn atomic_exprs_overlap(lhs: &AtomicExpr, rhs: &AtomicExpr) -> bool
Check if two atomic expressions can be both satisfied, i.e., whether they overlap on all common columns.