fn distinct_on_keys_of(
    expr: &MirRelationExpr,
    map: &BTreeMap<usize, usize>
) -> bool
Expand description

True iff some unique key of input is contained in the keys of map.