fn expr_pair_overlap(lhs: &PartitionExpr, rhs: &PartitionExpr) -> Result<bool>
Expand description
Pairwise overlap check between two expression lists.
Returns true if two PartitionExpr
s are overlapping (any pair of atomics overlaps).
fn expr_pair_overlap(lhs: &PartitionExpr, rhs: &PartitionExpr) -> Result<bool>
Pairwise overlap check between two expression lists.
Returns true if two PartitionExpr
s are overlapping (any pair of atomics overlaps).