datafusion_table_providers::util

Function hashmap_from_option_string

source
pub fn hashmap_from_option_string<K, V>(
    hashmap_option_str: &str,
) -> HashMap<K, V>
where K: for<'a> From<&'a str> + Eq + Hash, V: for<'a> From<&'a str> + Default,