fn flatten_values<'a>(values: &[&'a Value]) -> Vec<&'a Value>Expand description
Flattens a list of Avro values, by flattening lists, and treating all other values as single-value lists. This is used to read into nested lists (list of list, list of struct) and non-dictionary lists.