Skip to main content

distinct_on_keys_of

Function distinct_on_keys_of 

Source
fn distinct_on_keys_of(
    typ: &SqlRelationType,
    map: &BTreeMap<usize, usize>,
) -> bool
Expand description

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