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