Skip to main content

key_set

Function key_set 

Source
pub fn key_set<K: Eq + Hash>(
    rows: &[Value],
    key_func: impl Fn(&Value) -> K,
) -> HashSet<K>
Expand description

Build the set of stable resume keys already present in checkpoint rows.