Function mz_transform::semijoin_idempotence::distinct_on_keys_of
source ยท 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
.