pub fn get_list_string_array_from_owned<Q>(values: Vec<Vec<Q>>) -> ListArray
where Q: Display + AsRef<str>,