expr_pair_overlap

Function expr_pair_overlap 

Source
fn expr_pair_overlap(lhs: &PartitionExpr, rhs: &PartitionExpr) -> Result<bool>
Expand description

Pairwise overlap check between two expression lists.

Returns true if two PartitionExprs are overlapping (any pair of atomics overlaps).