Function datafusion::functions_array::extract::array_any_value
source ยท pub fn array_any_value(array: Expr) -> Expr
Expand description
returns the first non-null element in the array.
pub fn array_any_value(array: Expr) -> Expr
returns the first non-null element in the array.