Function datafusion_expr::expr_fn::array_append
source · pub fn array_append(array: Expr, element: Expr) -> ExprExpand description
appends an element to the end of an array.
pub fn array_append(array: Expr, element: Expr) -> Exprappends an element to the end of an array.