Function datafusion::functions_nested::expr_fn::array_append
source ยท pub fn array_append(array: Expr, element: Expr) -> Expr
Expand description
appends an element to the end of an array.
pub fn array_append(array: Expr, element: Expr) -> Expr
appends an element to the end of an array.