datafusion_functions_nested::map_extract

Function map_extract

Source
pub fn map_extract(map: Expr, key: Expr) -> Expr
Expand description

Return a list containing the value for a given key or an empty list if the key is not contained in the map.