Function datafusion_functions_nested::extract::array_element
source ยท pub fn array_element(array: Expr, element: Expr) -> Expr
Expand description
extracts the element with the index n from the array.
pub fn array_element(array: Expr, element: Expr) -> Expr
extracts the element with the index n from the array.