Function datafusion::prelude::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.