Function datafusion_functions_nested::concat::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.