Skip to main content

project_dedup

Function project_dedup 

Source
pub fn project_dedup(records: &[Value], select: &str) -> Vec<Value>
Expand description

Project select (a dot-path, optionally $-prefixed) from each record and dedup the results in first-seen order. null / missing projections are skipped. $ (or "") selects the whole record. Pure.