Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
map_extract in datafusion::functions_nested::expr_fn - Rust
[go: Go Back, main page]

datafusion::functions_nested::expr_fn

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.