Function datafusion_expr::expr_fn::array_element
source · pub fn array_element(array: Expr, element: Expr) -> ExprExpand description
extracts the element with the index n from the array.
pub fn array_element(array: Expr, element: Expr) -> Exprextracts the element with the index n from the array.