Skip to main content

collect_json2_path_stats

Function collect_json2_path_stats 

Source
fn collect_json2_path_stats<'a>(
    field: &'a Field,
    rows: u64,
    hint_paths: &HashSet<Vec<&str>>,
    stats: &mut HashMap<Vec<&'a str>, Json2LeafPathStats>,
) -> Result<()>