extract_map_value

Function extract_map_value 

Source
fn extract_map_value(map_str: &str, key: &str) -> Option<String>
Expand description

Extract a value from a CQL map string like {'key': 'value', ...}.